diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-05-27 22:08:38 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-05-27 22:08:38 +0000 |
commit | 84f60b7359e1aa90794bb19de2bbf4d25dc2f01d (patch) | |
tree | 69e342e3863eb9bdff2fbf1e2094f119c214dfed /test/CodeGen/ARM/inlineasm.ll | |
parent | bd658918df63f43654ce3b1045c7b563df91a63f (diff) |
llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/inlineasm.ll')
-rw-r--r-- | test/CodeGen/ARM/inlineasm.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/ARM/inlineasm.ll b/test/CodeGen/ARM/inlineasm.ll index d522348ba9..cca3c696b4 100644 --- a/test/CodeGen/ARM/inlineasm.ll +++ b/test/CodeGen/ARM/inlineasm.ll @@ -6,14 +6,6 @@ define i32 @test1(i32 %tmp54) { } define void @test2() { - %tmp1 = call i64 asm "ldmia $1!, {$0, ${0:H}}", "=r,=*r,1"( i32** null, i32* null ) ; <i64> [#uses=2] - %tmp2 = lshr i64 %tmp1, 32 ; <i64> [#uses=1] - %tmp3 = trunc i64 %tmp2 to i32 ; <i32> [#uses=1] - %tmp4 = call i32 asm "pkhbt $0, $1, $2, lsl #16", "=r,r,r"( i32 0, i32 %tmp3 ) ; <i32> [#uses=0] - ret void -} - -define void @test3() { tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 ) ret void } |