diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/LeonFixCALLPassUT.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/LeonFixCALLPassUT.ll | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/test/CodeGen/SPARC/LeonFixCALLPassUT.ll b/llvm/test/CodeGen/SPARC/LeonFixCALLPassUT.ll deleted file mode 100644 index 697590be406..00000000000 --- a/llvm/test/CodeGen/SPARC/LeonFixCALLPassUT.ll +++ /dev/null @@ -1,20 +0,0 @@ -; RUN: llc %s -O0 -march=sparc -mcpu=at697e -o - | FileCheck %s -check-prefix=FIXCALL -; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -mattr=+fixcall -o - | FileCheck %s -check-prefix=FIXCALL - -; RUN: llc %s -O0 -march=sparc -mcpu=at697e -mattr=-fixcall -o - | FileCheck %s -check-prefix=NO_FIXCALL -; RUN: llc %s -O0 -march=sparc -mcpu=leon2 -o - | FileCheck %s -check-prefix=NO_FIXCALL - - -; FIXCALL-LABEL: immediate_call_test -; FIXCALL: call 763288 - -; NO_FIXCALL-LABEL: immediate_call_test -; NO_FIXCALL: call 2047583640 -define void @immediate_call_test() nounwind { -entry: - call void asm sideeffect "call $0", "i"(i32 2047583640) nounwind - ret void -} - - - |