diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-11-02 23:46:47 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-11-02 23:46:47 +0000 |
| commit | 3c0714a3eae0a121d5fede3d0847338b1f9b3494 (patch) | |
| tree | 37cf936c3f6482f0b2211907f3b1ee2e047ae819 /llvm/utils | |
| parent | b3a026b78d95d651127d03df3609b5954f68b85f (diff) | |
| download | bcm5719-llvm-3c0714a3eae0a121d5fede3d0847338b1f9b3494.tar.gz bcm5719-llvm-3c0714a3eae0a121d5fede3d0847338b1f9b3494.zip | |
Fix typo
llvm-svn: 221116
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/DAGISelMatcherGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherGen.cpp b/llvm/utils/TableGen/DAGISelMatcherGen.cpp index 97e37ba6895..f1550c924ae 100644 --- a/llvm/utils/TableGen/DAGISelMatcherGen.cpp +++ b/llvm/utils/TableGen/DAGISelMatcherGen.cpp @@ -718,7 +718,7 @@ EmitResultInstructionAsOperand(const TreePatternNode *N, CodeGenInstruction &II = CGT.getInstruction(Op); const DAGInstruction &Inst = CGP.getInstruction(Op); - // If we can, get the pattern for the instruction we're generating. We derive + // If we can, get the pattern for the instruction we're generating. We derive // a variety of information from this pattern, such as whether it has a chain. // // FIXME2: This is extremely dubious for several reasons, not the least of |

