diff options
Diffstat (limited to 'test/CodeGen/X86/2010-09-16-asmcrash.ll')
-rw-r--r-- | test/CodeGen/X86/2010-09-16-asmcrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-09-16-asmcrash.ll b/test/CodeGen/X86/2010-09-16-asmcrash.ll index 7aa9f32..81b0fc5 100644 --- a/test/CodeGen/X86/2010-09-16-asmcrash.ll +++ b/test/CodeGen/X86/2010-09-16-asmcrash.ll @@ -30,7 +30,7 @@ entry: br i1 undef, label %while.cond.preheader, label %sem_check_validity.exit while.cond.preheader: ; preds = %entry - %tmp4 = getelementptr inbounds %struct._sem* %sem, i64 0, i32 1, i32 1 + %tmp4 = getelementptr inbounds %struct._sem, %struct._sem* %sem, i64 0, i32 1, i32 1 br label %while.cond sem_check_validity.exit: ; preds = %entry |