[llvm-commits] CVS: llvm/test/Assembler/2007-02-07-SizedIntTypes.ll
Reid Spencer
reid at x10sys.com
Wed Feb 7 15:46:10 PST 2007
Changes in directory llvm/test/Assembler:
2007-02-07-SizedIntTypes.ll added (r1.1)
---
Log message:
For PR1187: http://llvm.org/PR1187 :
Add a test to ensure that i1, i8, i16, i32 and i64 are recognized by the
lexer and vars using them will be renamed appropriately.
---
Diffs of the changes: (+8 -0)
2007-02-07-SizedIntTypes.ll | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm/test/Assembler/2007-02-07-SizedIntTypes.ll
diff -c /dev/null llvm/test/Assembler/2007-02-07-SizedIntTypes.ll:1.1
*** /dev/null Wed Feb 7 17:46:01 2007
--- llvm/test/Assembler/2007-02-07-SizedIntTypes.ll Wed Feb 7 17:45:51 2007
***************
*** 0 ****
--- 1,8 ----
+ ; PR1187
+ ; RUN: llvm-upgrade < %s > /dev/null
+
+ implementation
+
+ i1 %func(i8 %x, i16 %x, i32 %x, i64 %x) {
+ ret void
+ }
More information about the llvm-commits
mailing list