diff options
author | John Criswell <criswell@uiuc.edu> | 2004-02-26 22:56:13 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-02-26 22:56:13 +0000 |
commit | fad5c3a646dc240a8a4d43b8d6022c560eb7f89a (patch) | |
tree | 5f469efa3b6912cbf82fceb4d728a885acccdc2e /test/CodeGen | |
parent | 726f0b8d36df8079f5c018928f93068792d08135 (diff) | |
download | external_llvm-fad5c3a646dc240a8a4d43b8d6022c560eb7f89a.zip external_llvm-fad5c3a646dc240a8a4d43b8d6022c560eb7f89a.tar.gz external_llvm-fad5c3a646dc240a8a4d43b8d6022c560eb7f89a.tar.bz2 |
Fixed test case to actually check for the static declaration.
Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx index bd43d0d..f32dddb 100644 --- a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx +++ b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx @@ -1,6 +1,5 @@ ; This is a non-normal FP value: it's a nan. -; RUN: llvm-as < %s | llc -march=c -; llvm-as < %s | llc -march=c | grep FPConstant | grep static +; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static float %func () { ret float 0xFF20000000000000 |