diff options
Diffstat (limited to 'test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll')
-rw-r--r-- | test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll b/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll index 55ecfb5..997431b 100644 --- a/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll +++ b/test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll @@ -44,7 +44,7 @@ cond.true43: ; preds = %for.body14 unreachable cond.false45: ; preds = %for.body14 - %add.ptr = getelementptr inbounds i8* %path, i64 %conv30 + %add.ptr = getelementptr inbounds i8, i8* %path, i64 %conv30 unreachable if.end56: ; preds = %for.cond10, %entry |