fix formatting; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 28 Jul 2015 15:38:43 +0000 (15:38 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 28 Jul 2015 15:38:43 +0000 (15:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243424 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineCalls.cpp

index cae383f5c0bce48fd235965c3236ca6706319947..8083e6a72e73b915b4c2f336dbf45b424722b253 100644 (file)
@@ -67,8 +67,7 @@ Instruction *InstCombiner::SimplifyMemTransfer(MemIntrinsic *MI) {
   unsigned CopyAlign = MI->getAlignment();
 
   if (CopyAlign < MinAlign) {
-    MI->setAlignment(ConstantInt::get(MI->getAlignmentType(),
-                                             MinAlign, false));
+    MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), MinAlign, false));
     return MI;
   }