From: Manman Ren Date: Mon, 30 Apr 2012 18:54:27 +0000 (+0000) Subject: test/CodeGen/X86/select.ll: remove spaces X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=17011050225aebadfdaaf645db692ba825c0c2c4;p=oota-llvm.git test/CodeGen/X86/select.ll: remove spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll index f465a4ffc58..9adf4f9c050 100644 --- a/test/CodeGen/X86/select.ll +++ b/test/CodeGen/X86/select.ll @@ -97,7 +97,7 @@ define void @test8(i1 %c, <6 x i32>* %dst.addr, <6 x i32> %src1,<6 x i32> %src2) %val = sub <6 x i32> %x, < i32 1, i32 1, i32 1, i32 1, i32 1, i32 1 > store <6 x i32> %val, <6 x i32>* %dst.addr ret void - + ; CHECK: test8: }