summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2012-04-30 18:54:27 +0000
committerManman Ren <mren@apple.com>2012-04-30 18:54:27 +0000
commit17011050225aebadfdaaf645db692ba825c0c2c4 (patch)
tree3e4ba8db646c44cc80d27dcfea263932b3c739cb /test/CodeGen/X86/select.ll
parent238ae31aa3409dd498e7f9f79d42b0b2fbc8144c (diff)
downloadllvm-17011050225aebadfdaaf645db692ba825c0c2c4.tar.gz
llvm-17011050225aebadfdaaf645db692ba825c0c2c4.tar.bz2
llvm-17011050225aebadfdaaf645db692ba825c0c2c4.tar.xz
test/CodeGen/X86/select.ll: remove spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r--test/CodeGen/X86/select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll
index f465a4ffc5..9adf4f9c05 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:
}