We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc6a9e commit d079743Copy full SHA for d079743
clang/lib/CodeGen/CGExpr.cpp
@@ -2366,7 +2366,7 @@ Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) {
2366
return VectorBasePtrPlusIx;
2367
}
2368
2369
-/// Load of global gamed gegisters are always calls to intrinsics.
+/// Load of global named registers are always calls to intrinsics.
2370
RValue CodeGenFunction::EmitLoadOfGlobalRegLValue(LValue LV) {
2371
assert((LV.getType()->isIntegerType() || LV.getType()->isPointerType()) &&
2372
"Bad type for register variable");
0 commit comments