llvm-svn: 179793
This commit is contained in:
Eli Bendersky 2013-04-18 20:49:17 +00:00
parent c7fef74482
commit f6a88ccd73
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ namespace llvm {
/// getLHSKind - Get the NodeKind of the left-hand side.
NodeKind getLHSKind() const { return (NodeKind) LHSKind; }
/// getRHSKind - Get the NodeKind of the left-hand side.
/// getRHSKind - Get the NodeKind of the right-hand side.
NodeKind getRHSKind() const { return (NodeKind) RHSKind; }
/// printOneChild - Print one child from a twine.