Typo Typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31055 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-10-19 19:21:36 +00:00
parent 85415ed270
commit df308fa7ab

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 tranform this into
// It is incorrect to transform this into
//
// %B = setgt short %X, 1330
//