]> granicus.if.org Git - llvm/commitdiff
[NFC] Fix indents in test
authorMax Kazantsev <max.kazantsev@azul.com>
Tue, 29 Aug 2017 05:30:58 +0000 (05:30 +0000)
committerMax Kazantsev <max.kazantsev@azul.com>
Tue, 29 Aug 2017 05:30:58 +0000 (05:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311982 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll

index 6b446f26a63a65738b1bdf1f20a5deb54535818a..858b61a98363cdfa3cf53ec4a39ff7d48516b2ea 100644 (file)
@@ -106,7 +106,7 @@ bb:         ; preds = %bb, %bb.nph
        %tmp3 = uitofp i8 %i.03 to double               ; <double>:1 [#uses=1]
        tail call void @foo( double %tmp3 ) nounwind
        %indvar.next = add nsw nuw i8 %i.03, 1          ; <i32> [#uses=2]
-        %tmp = sext i8 %indvar.next to i32
+       %tmp = sext i8 %indvar.next to i32
        %exitcond = icmp eq i32 %tmp, 32767             ; <i1> [#uses=1]
        br i1 %exitcond, label %return, label %bb