From 8772bd8569306e3d95c2fb9cab9274ea759d5d46 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 10 Oct 2012 01:12:11 +0000 Subject: Tidy up formatting. llvm-svn: 165584 --- clang/lib/CodeGen/CodeGenFunction.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp') diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 9c0b1aa..906a80c 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(); -- cgit v1.1