aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-10-10 01:12:11 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-10-10 01:12:11 +0000
commitbf43f2fdfbd7c4f8cd1f1403765eca9e5dc6c8ae (patch)
treea3acc5c1cc413a35b45a704618974c7bab599e85 /lib/CodeGen/CodeGenFunction.cpp
parent930c05c32eac171ef1a94fabf80aecb4e6e2c840 (diff)
Tidy up formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--lib/CodeGen/CodeGenFunction.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp
index 9c0b1aa549..906a80cefb 100644
--- a/lib/CodeGen/CodeGenFunction.cpp
+++ b/lib/CodeGen/CodeGenFunction.cpp
@@ -1139,8 +1139,7 @@ void CodeGenFunction::EmitVariablyModifiedType(QualType type) {
// 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();