[cfe-commits] r165584 - /cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
Richard Smith
richard-llvm at metafoo.co.uk
Tue Oct 9 18:12:11 PDT 2012
Author: rsmith
Date: Tue Oct 9 20:12:11 2012
New Revision: 165584
URL: http://llvm.org/viewvc/llvm-project?rev=165584&view=rev
Log:
Tidy up formatting.
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.cpp?rev=165584&r1=165583&r2=165584&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.cpp Tue Oct 9 20:12:11 2012
@@ -1139,8 +1139,7 @@
// Always zexting here would be wrong if it weren't
// undefined behavior to have a negative bound.
- entry = Builder.CreateIntCast(Size, SizeTy,
- /*signed*/ false);
+ entry = Builder.CreateIntCast(Size, SizeTy, /*signed*/ false);
}
}
type = vat->getElementType();
More information about the cfe-commits
mailing list