[llvm-commits] CVS: llvm/test/Feature/float.ll
Reid Spencer
reid at x10sys.com
Fri Nov 19 23:30:02 PST 2004
Changes in directory llvm/test/Feature:
float.ll added (r1.1)
---
Log message:
Test floating point constants
---
Diffs of the changes: (+6 -0)
Index: llvm/test/Feature/float.ll
diff -c /dev/null llvm/test/Feature/float.ll:1.1
*** /dev/null Sat Nov 20 01:30:01 2004
--- llvm/test/Feature/float.ll Sat Nov 20 01:29:51 2004
***************
*** 0 ****
--- 1,6 ----
+ ; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
+ ; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
+ ; RUN: diff Output/t1.ll Output/t2.ll
+
+ %F1 = global float 0x4010000000000000
+ %D1 = global double 0x4010000000000000
More information about the llvm-commits
mailing list