llvm-svn: 5458
This commit is contained in:
Chris Lattner 2003-02-01 04:50:59 +00:00
parent 2c5b6a0021
commit f683599915
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ Instruction *GCSE::EliminateCSE(Instruction *I, Instruction *Other) {
//
// Here there are no shared dominators. Additionally, this had the habit of
// moving computations where they were not always computed. For example, in
// a cast like this:
// a case like this:
// if (c) {
// if (d) ...
// else ... X+Y ...