diff options
Diffstat (limited to 'test/CodeGen/X86/large-code-model-isel.ll')
-rw-r--r-- | test/CodeGen/X86/large-code-model-isel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/large-code-model-isel.ll b/test/CodeGen/X86/large-code-model-isel.ll index 3c283d9..9edabcd 100644 --- a/test/CodeGen/X86/large-code-model-isel.ll +++ b/test/CodeGen/X86/large-code-model-isel.ll @@ -8,6 +8,6 @@ define void @foo() { ; CHECK-LABEL: foo: entry: ; CHECK: callq - %call = call i64* undef(i64* undef, i8* getelementptr inbounds ([2 x i8]* @.str10, i32 0, i32 0)) + %call = call i64* undef(i64* undef, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str10, i32 0, i32 0)) ret void } |