Fix a typo in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2009-07-31 19:26:54 +00:00
parent 66e7a97999
commit 81acc554b9

View File

@@ -95,7 +95,7 @@ namespace llvm {
/// a instruction definition dependency. /// a instruction definition dependency.
bool isDef() const { return Value.getInt() == Def; } bool isDef() const { return Value.getInt() == Def; }
/// isNonLocal - Return true if this MemDepResult represents an query that /// isNonLocal - Return true if this MemDepResult represents a query that
/// is transparent to the start of the block, but where a non-local hasn't /// is transparent to the start of the block, but where a non-local hasn't
/// been done. /// been done.
bool isNonLocal() const { return Value.getInt() == NonLocal; } bool isNonLocal() const { return Value.getInt() == NonLocal; }