From fad5c3a646dc240a8a4d43b8d6022c560eb7f89a Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 26 Feb 2004 22:56:13 +0000 Subject: [PATCH] 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 --- test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx b/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx index bd43d0d1f6b..f32dddb845d 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 -- 2.34.1