aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CellSPU/call_indirect.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 06:39:54 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 06:39:54 +0000
commit41aa25a4330103f887d679e0c72f9b09240424a5 (patch)
tree0c79f660f994a47e74fde8d7694c0f332284a2de /test/CodeGen/CellSPU/call_indirect.ll
parent814819f6ea7fb0638fe73920299fda0da941a59e (diff)
downloadexternal_llvm-41aa25a4330103f887d679e0c72f9b09240424a5.zip
external_llvm-41aa25a4330103f887d679e0c72f9b09240424a5.tar.gz
external_llvm-41aa25a4330103f887d679e0c72f9b09240424a5.tar.bz2
don't let asm-verbose break the check-next lines in these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CellSPU/call_indirect.ll')
-rw-r--r--test/CodeGen/CellSPU/call_indirect.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CellSPU/call_indirect.ll b/test/CodeGen/CellSPU/call_indirect.ll
index f25d6b5..08dad74 100644
--- a/test/CodeGen/CellSPU/call_indirect.ll
+++ b/test/CodeGen/CellSPU/call_indirect.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=cellspu > %t1.s
-; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s
+; RUN: llc < %s -march=cellspu -asm-verbose=0 > %t1.s
+; RUN: llc < %s -march=cellspu -mattr=large_mem -asm-verbose=0 > %t2.s
; RUN: grep bisl %t1.s | count 7
; RUN: grep ila %t1.s | count 1
; RUN: grep rotqby %t1.s | count 5