diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/empty-functions.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/empty-functions.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/empty-functions.ll b/llvm/test/CodeGen/SPARC/empty-functions.ll index 974df232033..797bbdad54e 100644 --- a/llvm/test/CodeGen/SPARC/empty-functions.ll +++ b/llvm/test/CodeGen/SPARC/empty-functions.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=sparc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s -; RUN: llc < %s -mtriple=sparc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s +; RUN: llc < %s -mtriple=sparc-linux-gnu -frame-pointer=all | FileCheck -check-prefix=LINUX-FP %s define void @func() { entry: |