Skip to content

Commit d079743

Browse files
committed
[clang] Fix comment typos in CodeGen::EmitLoadOfGlobalRegLValue
1 parent adc6a9e commit d079743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) {
23662366
return VectorBasePtrPlusIx;
23672367
}
23682368

2369-
/// Load of global gamed gegisters are always calls to intrinsics.
2369+
/// Load of global named registers are always calls to intrinsics.
23702370
RValue CodeGenFunction::EmitLoadOfGlobalRegLValue(LValue LV) {
23712371
assert((LV.getType()->isIntegerType() || LV.getType()->isPointerType()) &&
23722372
"Bad type for register variable");

0 commit comments

Comments
 (0)