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);
   }


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to