diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-20 07:29:51 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-20 07:29:51 +0000 |
commit | ab8bf46913e85befbc3bb6d2a24b5a59fc11de2b (patch) | |
tree | 17bdbf7a91b091383fba338e307c58806ce3e50e /llvm/test/Feature/float.ll | |
parent | 7a324864834767c3ca092b89975bf0ac463bd252 (diff) | |
download | bcm5719-llvm-ab8bf46913e85befbc3bb6d2a24b5a59fc11de2b.tar.gz bcm5719-llvm-ab8bf46913e85befbc3bb6d2a24b5a59fc11de2b.zip |
Test floating point constants
llvm-svn: 18045
Diffstat (limited to 'llvm/test/Feature/float.ll')
-rw-r--r-- | llvm/test/Feature/float.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Feature/float.ll b/llvm/test/Feature/float.ll new file mode 100644 index 00000000000..e16f092e4cd --- /dev/null +++ b/llvm/test/Feature/float.ll @@ -0,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 |