diff options
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/float.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/float.ll b/test/Feature/float.ll index 6c6c5dd539..b875afe980 100644 --- a/test/Feature/float.ll +++ b/test/Feature/float.ll @@ -2,5 +2,6 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll +@H1 = global half 0x4010000000000000 @F1 = global float 0x4010000000000000 @D1 = global double 0x4010000000000000 |