Fix typo
authorChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 04:50:59 +0000 (04:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 04:50:59 +0000 (04:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5458 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GCSE.cpp

index dd8e139efda48e9e6c3d278e9ceef1f19fb82ebf..b467784b5e1d1640931ef08a9258fa24b701d2bb 100644 (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 ...