summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2007-01-02-Undefined-Arg-Type.ll')
-rw-r--r--test/Assembler/2007-01-02-Undefined-Arg-Type.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2007-01-02-Undefined-Arg-Type.ll b/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
index 96e6d6c4e9..10eb96443c 100644
--- a/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
+++ b/test/Assembler/2007-01-02-Undefined-Arg-Type.ll
@@ -5,6 +5,6 @@
implementation ; Functions:
-define i1 %someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {
+define i1 @someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {
ret i1 true
}