1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-svn: 31054
This commit is contained in:
Devang Patel 2006-10-19 19:05:38 +00:00
parent d9ade71cc7
commit 277990c79f

View File

@ -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
//