]> granicus.if.org Git - clang/commitdiff
Tidy up formatting.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2012 01:12:11 +0000 (01:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 10 Oct 2012 01:12:11 +0000 (01:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165584 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.cpp

index 9c0b1aa54962743e61ed13b8d79c04e49651658a..906a80cefb1ed3dd142c460a182e46bfa5add555 100644 (file)
@@ -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();