summaryrefslogtreecommitdiff
path: root/release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll')
-rw-r--r--release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll b/release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
deleted file mode 100644
index 5a3d3b5d9c1c..000000000000
--- a/release_23/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llvm-as < %s | llc
-
-target datalayout = "E-p:32:32"
-target triple = "powerpc-apple-darwin8.8.0"
-
-
-define void @blargh() {
-entry:
- %tmp4 = call i32 asm "rlwimi $0,$2,$3,$4,$5", "=r,0,r,n,n,n"( i32 0, i32 0, i32 0, i32 24, i32 31 ) ; <i32> [#uses=0]
- unreachable
-}