summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/remove_arguments_test.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-07 20:58:11 +0000
committerDan Gohman <gohman@apple.com>2010-06-07 20:58:11 +0000
commit22e1adbb11b974610323d4146fef233eb43c5e79 (patch)
tree95da712cf1c523239bb9d3e93efc56c0b5591cf2 /llvm/test/BugPoint/remove_arguments_test.ll
parentfa9ad13002d915f4f5a287d18c54f5600b3fd6c6 (diff)
downloadbcm5719-llvm-22e1adbb11b974610323d4146fef233eb43c5e79.tar.gz
bcm5719-llvm-22e1adbb11b974610323d4146fef233eb43c5e79.zip
Fix this test to work under lit.
llvm-svn: 105553
Diffstat (limited to 'llvm/test/BugPoint/remove_arguments_test.ll')
-rw-r--r--llvm/test/BugPoint/remove_arguments_test.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll
index cf574d363a8..439ea545468 100644
--- a/llvm/test/BugPoint/remove_arguments_test.ll
+++ b/llvm/test/BugPoint/remove_arguments_test.ll
@@ -1,5 +1,5 @@
; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes
-; RUN: llvm-dis remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | FileCheck %s
+; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
; Test to make sure that arguments are removed from the function if they are
; unnecessary. And clean up any types that that frees up too.
OpenPOWER on IntegriCloud