diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-12-03 17:20:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-12-03 17:20:57 +0000 |
| commit | bd23d34be0fc1a9dd90418ed31549668fd72b0e4 (patch) | |
| tree | a4320dbd535adf80f7958ffa171fa7740a2a8f94 | |
| parent | ecfc7e56c53cca2282c36c224f73147a4626911e (diff) | |
| download | bcm5719-llvm-bd23d34be0fc1a9dd90418ed31549668fd72b0e4.tar.gz bcm5719-llvm-bd23d34be0fc1a9dd90418ed31549668fd72b0e4.zip | |
Fix a bug in the testcase
llvm-svn: 24579
| -rw-r--r-- | llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll b/llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll index 0adb3b72a2b..92d87ddcbf1 100644 --- a/llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll +++ b/llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s | lli +; RUN: llvm-as < %s | lli ; PR672 |

