diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll b/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll index 411a0c92830..8eb44b5e065 100644 --- a/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll +++ b/llvm/test/CodeGen/X86/2009-03-05-burr-list-crash.ll @@ -20,7 +20,7 @@ define fastcc i8* @1(i8*) nounwind { %8 = sext i32 %5 to i64 ; <i64> [#uses=1] %9 = sext i32 %7 to i64 ; <i64> [#uses=1] %10 = sub i64 %8, %9 ; <i64> [#uses=1] - %11 = getelementptr i8* %0, i64 %10 ; <i8*> [#uses=1] + %11 = getelementptr i8, i8* %0, i64 %10 ; <i8*> [#uses=1] %12 = icmp sgt i32 %7, 0 ; <i1> [#uses=1] br i1 %12, label %13, label %14 |

