[llvm-commits] [llvm] r105553 - /llvm/trunk/test/BugPoint/remove_arguments_test.ll
Dan Gohman
gohman at apple.com
Mon Jun 7 13:58:11 PDT 2010
Author: djg
Date: Mon Jun 7 15:58:11 2010
New Revision: 105553
URL: http://llvm.org/viewvc/llvm-project?rev=105553&view=rev
Log:
Fix this test to work under lit.
Modified:
llvm/trunk/test/BugPoint/remove_arguments_test.ll
Modified: llvm/trunk/test/BugPoint/remove_arguments_test.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/remove_arguments_test.ll?rev=105553&r1=105552&r2=105553&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/remove_arguments_test.ll (original)
+++ llvm/trunk/test/BugPoint/remove_arguments_test.ll Mon Jun 7 15:58:11 2010
@@ -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.
More information about the llvm-commits
mailing list