Cleanup test whitespace or lack thereof. NFC.

llvm-svn: 245065
This commit is contained in:
Chad Rosier 2015-08-14 16:34:15 +00:00
parent 9df5d7c272
commit 67dca908fe
1 changed files with 4 additions and 4 deletions

View 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: