diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-12-12 03:59:46 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-12-12 03:59:46 +0000 | 
| commit | f929e81d371f68f028c3e197d26808f7ebae3e97 (patch) | |
| tree | a7bc782bfabe809b63b720e2263b8e81636fb0de /llvm | |
| parent | 49b090ed61d75e7881312a1c5c5abb2eb1ac84b8 (diff) | |
| download | bcm5719-llvm-f929e81d371f68f028c3e197d26808f7ebae3e97.tar.gz bcm5719-llvm-f929e81d371f68f028c3e197d26808f7ebae3e97.zip  | |
This should check for darwin literal sections as well.
llvm-svn: 32464
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/CodeGen/X86/store-fp-constant.ll | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll b/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll index 4d1d708a1a5..679bff8c625 100644 --- a/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll +++ b/llvm/test/Regression/CodeGen/X86/store-fp-constant.ll @@ -1,4 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep rodata && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep literal  ;  ; Check that no FP constants in this testcase ends up in the   ; constant pool.  | 

