[llvm-commits] CVS: llvm/test/Feature/properties.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Apr 22 14:07:01 PDT 2003
Changes in directory llvm/test/Feature:
properties.ll added (r1.1)
---
Log message:
Add testcase for target information
---
Diffs of the changes:
Index: llvm/test/Feature/properties.ll
diff -c /dev/null llvm/test/Feature/properties.ll:1.1
*** /dev/null Tue Apr 22 14:06:58 2003
--- llvm/test/Feature/properties.ll Tue Apr 22 14:06:48 2003
***************
*** 0 ****
--- 1,4 ----
+
+ target endian = little
+ target pointersize = 32
+
More information about the llvm-commits
mailing list