diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-01-06 00:23:12 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-01-06 00:23:12 +0000 |
| commit | f2ea8a25edeabb535715124fe1fdd57c7f40002a (patch) | |
| tree | 59ead5fc280a5b7969c995fa7ee74a6338883a5e /llvm/lib/Transforms | |
| parent | 8b11f877e45f0231990b0db4bd2a31710fdcc881 (diff) | |
| download | bcm5719-llvm-f2ea8a25edeabb535715124fe1fdd57c7f40002a.tar.gz bcm5719-llvm-f2ea8a25edeabb535715124fe1fdd57c7f40002a.zip | |
fix typo; NFC
llvm-svn: 256883
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h index 534f6700815..e4e506509d3 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineInternal.h +++ b/llvm/lib/Transforms/InstCombine/InstCombineInternal.h @@ -414,7 +414,7 @@ public: /// \brief A combiner-aware RAUW-like routine. /// /// This method is to be used when an instruction is found to be dead, - /// replacable with another preexisting expression. Here we add all uses of + /// replaceable with another preexisting expression. Here we add all uses of /// I to the worklist, replace all uses of I with the new value, then return /// I, so that the inst combiner will know that I was modified. Instruction *ReplaceInstUsesWith(Instruction &I, Value *V) { |

