diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll b/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll index aa88576c148..7d1a30003f9 100644 --- a/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll +++ b/llvm/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -frame-pointer=all | FileCheck %s ; It's not legal to fold a load from 32-bit stack slot into a 64-bit ; instruction. If done, the instruction does a 64-bit load and that's not |

