diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll b/llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll index b9cab65465b..6ebced191e0 100644 --- a/llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll +++ b/llvm/test/CodeGen/X86/tls-addr-non-leaf-function.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -relocation-model=pic -O2 -disable-fp-elim -o - | FileCheck %s +; RUN: llc < %s -relocation-model=pic -O2 -frame-pointer=all -o - | FileCheck %s ; RUN: llc < %s -relocation-model=pic -O2 -o - | FileCheck %s ; This test runs twice with different options regarding the frame pointer: |

