[llvm-commits] CVS: llvm/test/Regression/Transforms/RaiseAllocations/test.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 8 21:06:37 PST 2004
Changes in directory llvm/test/Regression/Transforms/RaiseAllocations:
test.ll added (r1.1)
---
Log message:
Hrm, don't ask how I ran into this bug
---
Diffs of the changes: (+10 -0)
Index: llvm/test/Regression/Transforms/RaiseAllocations/test.ll
diff -c /dev/null llvm/test/Regression/Transforms/RaiseAllocations/test.ll:1.1
*** /dev/null Mon Nov 8 23:06:33 2004
--- llvm/test/Regression/Transforms/RaiseAllocations/test.ll Mon Nov 8 23:06:23 2004
***************
*** 0 ****
--- 1,10 ----
+ ; RUN: llvm-as < %s | opt -raiseallocs -disable-output
+ implementation ; Functions:
+
+ void %main() {
+ %tmp.13 = call int (...)* %free( int 32 )
+ %tmp.14 = cast int %tmp.13 to int*
+ ret void
+ }
+
+ declare int %free(...)
More information about the llvm-commits
mailing list