summaryrefslogtreecommitdiffstats
path: root/test/Bitcode/ssse3_palignr.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-10-25 19:59:50 +0000
committerChad Rosier <mcrosier@apple.com>2011-10-25 19:59:50 +0000
commit9f9491ca2ed05c0f65a7c612183020f4d0b7adeb (patch)
treef6bb51ab50343ffb2b217f6bb488ac905dbb4938 /test/Bitcode/ssse3_palignr.ll
parent013d756310a92fd358a9aab2a63cce52c107f777 (diff)
downloadexternal_llvm-9f9491ca2ed05c0f65a7c612183020f4d0b7adeb.zip
external_llvm-9f9491ca2ed05c0f65a7c612183020f4d0b7adeb.tar.gz
external_llvm-9f9491ca2ed05c0f65a7c612183020f4d0b7adeb.tar.bz2
Simplify tests by not piping them through llvm-dis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142948 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/ssse3_palignr.ll')
-rw-r--r--test/Bitcode/ssse3_palignr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/ssse3_palignr.ll b/test/Bitcode/ssse3_palignr.ll
index eb84449..90b4394 100644
--- a/test/Bitcode/ssse3_palignr.ll
+++ b/test/Bitcode/ssse3_palignr.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s | llvm-dis | FileCheck %s
+; RUN: opt < %s -S | FileCheck %s
; CHECK-NOT: {@llvm\\.palign}
define <4 x i32> @align1(<4 x i32> %a, <4 x i32> %b) nounwind readnone ssp {