Fix a documentation typo.

llvm-svn: 161758
This commit is contained in:
Nadav Rotem 2012-08-13 15:29:53 +00:00
parent 0f7a80d0c3
commit 402685a881
1 changed files with 2 additions and 2 deletions

View File

@ -124,11 +124,11 @@ namespace llvm {
}
/// isClobber - Return true if this MemDepResult represents a query that is
/// a instruction clobber dependency.
/// an instruction clobber dependency.
bool isClobber() const { return Value.getInt() == Clobber; }
/// isDef - Return true if this MemDepResult represents a query that is
/// a instruction definition dependency.
/// an instruction definition dependency.
bool isDef() const { return Value.getInt() == Def; }
/// isNonLocal - Return true if this MemDepResult represents a query that