diff options
Diffstat (limited to 'test/CodeGen/X86/2010-07-15-Crash.ll')
-rw-r--r-- | test/CodeGen/X86/2010-07-15-Crash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2010-07-15-Crash.ll b/test/CodeGen/X86/2010-07-15-Crash.ll index 3ac4cf5..857dc3a 100644 --- a/test/CodeGen/X86/2010-07-15-Crash.ll +++ b/test/CodeGen/X86/2010-07-15-Crash.ll @@ -6,7 +6,7 @@ define void @foo() nounwind { entry: tail call void asm sideeffect "", "s,i,~{fpsr},~{flags}"(i8* getelementptr -inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0), i8* getelementptr -inbounds ([4 x i8]* @__FUNCTION__.1623, i64 0, i64 0)) nounwind +inbounds ([4 x i8], [4 x i8]* @__FUNCTION__.1623, i64 0, i64 0), i8* getelementptr +inbounds ([4 x i8], [4 x i8]* @__FUNCTION__.1623, i64 0, i64 0)) nounwind ret void } |