Use toplevel function pass manager as OnTheFly manager.
[oota-llvm.git] / test / ExecutionEngine / 2005-12-02-TailCallBug.ll
index 92d87ddcbf1e3d3f1ac8aab4343f625ec9e6d5d7..447f49e9ad5e8edf0243c3e6a7e8d07ef0e5fc6c 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: llvm-as < %s | lli
-
 ; PR672
+; RUN: llvm-upgrade < %s | llvm-as | lli
 
 int %main(){ 
  %f   = cast int (int, int*, int)* %check_tail to int*