diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll index 184ffb49d2..2addddaa5a 100644 --- a/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll +++ b/test/CodeGen/CBackend/2003-10-12-NANGlobalInits.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + ; This is a non-normal FP value: it's a nan. %NAN = global { float } { float 0x7FF8000000000000 } %NANs = global { float } { float 0x7FF4000000000000 } |