aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-asm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/arm-asm.ll')
-rw-r--r--test/CodeGen/ARM/arm-asm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arm-asm.ll b/test/CodeGen/ARM/arm-asm.ll
index e869abe..f9199ff 100644
--- a/test/CodeGen/ARM/arm-asm.ll
+++ b/test/CodeGen/ARM/arm-asm.ll
@@ -2,6 +2,6 @@
define void @frame_dummy() {
entry:
- %tmp1 = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
+ %tmp1 = tail call void (i8*)* (void (i8*)*) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
ret void
}