Reid Spencer | bab98e4 | 2004-11-20 07:29:51 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll |
2 | ; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll | ||||
3 | ; RUN: diff Output/t1.ll Output/t2.ll | ||||
4 | |||||
5 | %F1 = global float 0x4010000000000000 | ||||
6 | %D1 = global double 0x4010000000000000 |