commit | 0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Aug 25 15:38:29 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Aug 25 15:38:29 2009 +0000 |
tree | e9781bfd64c6d1b40378a0d46cd4396ca9b89945 | |
parent | a98e0e73deab0fef9dcb8f6e591e68704c27d760 [diff] [blame] |
Remove obsolete -f flags. llvm-svn: 79992
diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll index 07cb1d3..653cf79 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as %s -o %t.bc -f +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() {