mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Typo Typo.
llvm-svn: 31055
This commit is contained in:
parent
277990c79f
commit
88406a6e1e
@ -4790,7 +4790,7 @@ Instruction *InstCombiner::visitSetCondInstWithCastAndCast(SetCondInst &SCI) {
|
||||
// %A = cast short %X to uint
|
||||
// %B = setgt uint %A, 1330
|
||||
//
|
||||
// It is incorrect to tranform this into
|
||||
// It is incorrect to transform this into
|
||||
//
|
||||
// %B = setgt short %X, 1330
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user