[llvm-commits] CVS: llvm/test/Other/2007-06-28-PassManager.ll
Devang Patel
dpatel at apple.com
Thu Jun 28 16:09:51 PDT 2007
Changes in directory llvm/test/Other:
2007-06-28-PassManager.ll added (r1.1)
---
Log message:
Fix PR 1526: http://llvm.org/PR1526 .
---
Diffs of the changes: (+5 -0)
2007-06-28-PassManager.ll | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/test/Other/2007-06-28-PassManager.ll
diff -c /dev/null llvm/test/Other/2007-06-28-PassManager.ll:1.1
*** /dev/null Thu Jun 28 18:09:35 2007
--- llvm/test/Other/2007-06-28-PassManager.ll Thu Jun 28 18:09:25 2007
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | opt -analyze -inline -disable-output
+ ; PR 1526
+ define i32 @test1() {
+ ret i32 0;
+ }
More information about the llvm-commits
mailing list