From 22e1adbb11b974610323d4146fef233eb43c5e79 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 7 Jun 2010 20:58:11 +0000 Subject: [PATCH] Fix this test to work under lit. llvm-svn: 105553 --- llvm/test/BugPoint/remove_arguments_test.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index cf574d363a8f..439ea545468e 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.