OSDN Git Service

Cleanup test whitespace or lack thereof. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 14 Aug 2015 16:34:15 +0000 (16:34 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 14 Aug 2015 16:34:15 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245065 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/X86/powof2div.ll

index 6bc738a..3e4bef6 100644 (file)
@@ -6,10 +6,10 @@ target triple = "x86_64-unknown-linux-gnu"
 
 @Foo = common global %struct.anon zeroinitializer, align 4
 
-;CHECK-LABEL: @foo(
-;CHECK: load <4 x i32>, <4 x i32>*
-;CHECK: sdiv <4 x i32>
-;CHECK: store <4 x i32>
+; CHECK-LABEL: @foo(
+; CHECK: load <4 x i32>, <4 x i32>*
+; CHECK: sdiv <4 x i32>
+; CHECK: store <4 x i32>
 
 define void @foo(){
 entry: