mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ce890b6ec
commit
85415ed270
@ -4790,7 +4790,7 @@ Instruction *InstCombiner::visitSetCondInstWithCastAndCast(SetCondInst &SCI) {
|
||||
// %A = cast short %X to uint
|
||||
// %B = setgt uint %A, 1330
|
||||
//
|
||||
// It is incorrect to transformt this into
|
||||
// It is incorrect to tranform this into
|
||||
//
|
||||
// %B = setgt short %X, 1330
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user