X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Ftest-loop.ll;h=e951a14ed2e94dbd4555c439bd5c853d448a929c;hb=6e08a410aa0a375450dfbdd3c1114aafc5fb1fb9;hp=79ffbd2581fa0e877e76f69af9d35bd5808d3dd4;hpb=81daddbf0d099bd70a58645358f7238f129f4b58;p=oota-llvm.git diff --git a/test/ExecutionEngine/test-loop.ll b/test/ExecutionEngine/test-loop.ll index 79ffbd2581f..e951a14ed2e 100644 --- a/test/ExecutionEngine/test-loop.ll +++ b/test/ExecutionEngine/test-loop.ll @@ -1,13 +1,14 @@ -; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: %lli %s > /dev/null -int %main() { +define i32 @main() { +;