diff options
Diffstat (limited to 'test/CodeGen/SystemZ/strcpy-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/strcpy-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/strcpy-01.ll b/test/CodeGen/SystemZ/strcpy-01.ll index 29bab62..d6d0edf 100644 --- a/test/CodeGen/SystemZ/strcpy-01.ll +++ b/test/CodeGen/SystemZ/strcpy-01.ll @@ -43,7 +43,7 @@ define i32 @f3(i32 %dummy, i8 *%dest, i8 *%src, i32 *%resptr, i32 *%storeptr) { ; CHECK-NEXT: jo [[LABEL]] ; CHECK: mvhi 0(%r6), 0 ; CHECK: br %r14 - %res = load i32 *%resptr + %res = load i32 , i32 *%resptr %unused = call i8 *@strcpy(i8 *%dest, i8 *%src) store i32 0, i32 *%storeptr ret i32 %res |