From edf4bab190cd13986ff3fbba768cfa04e1c90234 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 16 Sep 2003 15:29:54 +0000 Subject: Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. llvm-svn: 8558 --- llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll') diff --git a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll b/llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll index adbce730487..6895fb557f0 100644 --- a/llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll +++ b/llvm/test/Regression/Transforms/FunctionResolve/retmismatch1.ll @@ -1,6 +1,6 @@ ; This shows where the function is called with the prototype indicating a ; return type exists, but it really doesn't. -; RUN: as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | not grep call +; RUN: llvm-as < %s | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call declare int %foo(...) -- cgit v1.2.3