From 9f9491ca2ed05c0f65a7c612183020f4d0b7adeb Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 25 Oct 2011 19:59:50 +0000 Subject: 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 --- test/Bitcode/ssse3_palignr.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Bitcode/ssse3_palignr.ll') 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 { -- cgit v1.1