diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-23 00:54:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-23 00:54:26 +0000 |
commit | 6e1f3ec6cd23cbdc2bef9451c25aca041b715119 (patch) | |
tree | 195da1479c6e0a4360b33de82b1d843fecce56bb /test | |
parent | e88280a4224730dcf8076e0d9a20973c5761fd06 (diff) | |
download | external_llvm-6e1f3ec6cd23cbdc2bef9451c25aca041b715119.zip external_llvm-6e1f3ec6cd23cbdc2bef9451c25aca041b715119.tar.gz external_llvm-6e1f3ec6cd23cbdc2bef9451c25aca041b715119.tar.bz2 |
New testcase for problem brian ran into
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Assembler/2004-01-22-FloatNormalization.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2004-01-22-FloatNormalization.ll b/test/Assembler/2004-01-22-FloatNormalization.ll new file mode 100644 index 0000000..2fd18d0 --- /dev/null +++ b/test/Assembler/2004-01-22-FloatNormalization.ll @@ -0,0 +1,3 @@ +; make sure that 'float' values have their value properly truncated. + +global float 0x1 |