diff options
Diffstat (limited to 'test/CodeGen/X86/vortex-bug.ll')
-rw-r--r-- | test/CodeGen/X86/vortex-bug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vortex-bug.ll b/test/CodeGen/X86/vortex-bug.ll index 40f1117..b1f4268 100644 --- a/test/CodeGen/X86/vortex-bug.ll +++ b/test/CodeGen/X86/vortex-bug.ll @@ -16,6 +16,6 @@ bb137.i: ; preds = %bb137.i, %entry br i1 false, label %bb137.i, label %bb149.i.loopexit bb149.i.loopexit: ; preds = %bb137.i - %tmp139.i = getelementptr i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#uses=0] + %tmp139.i = getelementptr i8, i8* %FieldName, i64 %tmp139.rec.i ; <i8*> [#uses=0] unreachable } |