r354752 - Fix accidentally used hard tabs. NFC
Kristina Brooks via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 24 10:06:10 PST 2019
Author: kristina
Date: Sun Feb 24 10:06:10 2019
New Revision: 354752
URL: http://llvm.org/viewvc/llvm-project?rev=354752&view=rev
Log:
Fix accidentally used hard tabs. NFC
Big sorry. This undoes the indentation mess I made
in r354751.
Modified:
cfe/trunk/lib/CodeGen/CGBuiltin.cpp
Modified: cfe/trunk/lib/CodeGen/CGBuiltin.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGBuiltin.cpp?rev=354752&r1=354751&r2=354752&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGBuiltin.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGBuiltin.cpp Sun Feb 24 10:06:10 2019
@@ -2007,7 +2007,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(
unsigned Alignment = (unsigned)AlignmentCI->getZExtValue();
EmitAlignmentAssumption(PtrValue, Ptr,
- /*The expr loc is sufficient.*/ SourceLocation(),
+ /*The expr loc is sufficient.*/ SourceLocation(),
Alignment, OffsetValue);
return RValue::get(PtrValue);
}
More information about the cfe-commits
mailing list