diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-10 01:12:11 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-10-10 01:12:11 +0000 |
| commit | 8772bd8569306e3d95c2fb9cab9274ea759d5d46 (patch) | |
| tree | 8defc1607ae3583c08eca2c98cd16a2fca6821d0 | |
| parent | 481652b3e3f9e411b4f4ade2b1f230a364057962 (diff) | |
| download | bcm5719-llvm-8772bd8569306e3d95c2fb9cab9274ea759d5d46.tar.gz bcm5719-llvm-8772bd8569306e3d95c2fb9cab9274ea759d5d46.zip | |
Tidy up formatting.
llvm-svn: 165584
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 9c0b1aa5496..906a80cefb1 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/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(); |

