diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-02-01 04:50:59 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-02-01 04:50:59 +0000 |
| commit | f6835999156d42045f247de5c60e5da534e44e7b (patch) | |
| tree | 7c0328d4bdafa7c91956a284eee41d1df8f330f6 /llvm/lib/Transforms/Scalar | |
| parent | 2c5b6a0021ce654d8c4df8a647122f497026da57 (diff) | |
| download | bcm5719-llvm-f6835999156d42045f247de5c60e5da534e44e7b.tar.gz bcm5719-llvm-f6835999156d42045f247de5c60e5da534e44e7b.zip | |
Fix typo
llvm-svn: 5458
Diffstat (limited to 'llvm/lib/Transforms/Scalar')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/GCSE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/GCSE.cpp b/llvm/lib/Transforms/Scalar/GCSE.cpp index dd8e139efda..b467784b5e1 100644 --- a/llvm/lib/Transforms/Scalar/GCSE.cpp +++ b/llvm/lib/Transforms/Scalar/GCSE.cpp @@ -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 ... |

