diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/frame-09.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/frame-09.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/frame-09.ll b/llvm/test/CodeGen/SystemZ/frame-09.ll index d6ebc0d46fb..8dbd47aa9fa 100644 --- a/llvm/test/CodeGen/SystemZ/frame-09.ll +++ b/llvm/test/CodeGen/SystemZ/frame-09.ll @@ -1,6 +1,6 @@ ; Test the handling of the frame pointer (%r11). ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -disable-fp-elim | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -frame-pointer=all | FileCheck %s ; We should always initialise %r11 when FP elimination is disabled. ; We don't need to allocate any more than the caller-provided 160-byte |