diff options
Diffstat (limited to 'test/LTO/X86/keep-used-puts-during-instcombine.ll')
-rw-r--r-- | test/LTO/X86/keep-used-puts-during-instcombine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LTO/X86/keep-used-puts-during-instcombine.ll b/test/LTO/X86/keep-used-puts-during-instcombine.ll index 69ce3ee..74f577d 100644 --- a/test/LTO/X86/keep-used-puts-during-instcombine.ll +++ b/test/LTO/X86/keep-used-puts-during-instcombine.ll @@ -15,7 +15,7 @@ target triple = "x86_64-apple-darwin11" define i32 @uses_printf(i32 %i) { entry: - %s = getelementptr [13 x i8]* @str, i64 0, i64 0 + %s = getelementptr [13 x i8], [13 x i8]* @str, i64 0, i64 0 call i32 (i8*, ...)* @printf(i8* %s) ret i32 0 } |