summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll')
-rwxr-xr-xllvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll22
1 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll b/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
index 57ae16227e7..9b4ceb7ea6a 100755
--- a/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
+++ b/llvm/test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll
@@ -19,25 +19,3 @@ define i32 @ld_i32_test(i32 *%p) {
%res = load i32, i32* %p
ret i32 %res
}
-
-; CHECK-LABEL: ld_inlineasm_test_1
-; CHECK: ld [%o0], %o0
-; CHECK-NEXT: !NO_APP
-; CHECK-NEXT: nop
-define float @ld_inlineasm_test_1(float* %a) {
-entry:
- %res = tail call float asm sideeffect "ld [$1], $0", "=r,r"(float* %a)
-
- ret float %res
-}
-
-; CHECK-LABEL: ld_inlineasm_test_2
-; CHECK: ld [%o0], %o0
-; CHECK-NEXT: !NO_APP
-; CHECK-NEXT: nop
-define i32 @ld_inlineasm_test_2(i32* %a) {
-entry:
- %res = tail call i32 asm sideeffect "ld [$1], $0", "=r,r"(i32* %a)
-
- ret i32 %res
-} \ No newline at end of file
OpenPOWER on IntegriCloud