diff options
Diffstat (limited to 'test/CodeGen/X86/catch.ll')
-rw-r--r-- | test/CodeGen/X86/catch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/catch.ll b/test/CodeGen/X86/catch.ll index 6f70213..64e9278 100644 --- a/test/CodeGen/X86/catch.ll +++ b/test/CodeGen/X86/catch.ll @@ -14,7 +14,7 @@ invoke.cont: ret void lpad: %tmp14 = landingpad { i8*, i32 } personality i8* bitcast (void ()* @h to i8*) - catch i8* getelementptr inbounds ([12 x i8]* @str, i64 0, i64 0) + catch i8* getelementptr inbounds ([12 x i8], [12 x i8]* @str, i64 0, i64 0) ret void } declare void @g() |