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 | aad707b2ff0496d3e072fc8696e670e6fe1a5ed5 (patch) | |
tree | b8dd62b140824ce649c68d1adf712913d3acd2dd /test/ExecutionEngine | |
parent | a027ba885aa5efbffa1e6cc003dee61d8c99c8f7 (diff) |
Fix a bug in the testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/2005-12-02-TailCallBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2005-12-02-TailCallBug.ll b/test/ExecutionEngine/2005-12-02-TailCallBug.ll index 0adb3b72a2..92d87ddcbf 100644 --- a/test/ExecutionEngine/2005-12-02-TailCallBug.ll +++ b/test/ExecutionEngine/2005-12-02-TailCallBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s | lli +; RUN: llvm-as < %s | lli ; PR672 |