aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/PHITransAddr.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-09 00:10:55 +0000
committerChris Lattner <sabre@nondot.org>2009-12-09 00:10:55 +0000
commitaf50315a29600188a6ff8b935beca6f1b59edf48 (patch)
tree34c372ad0baf27a5730cfc7ce7f792b07180b529 /include/llvm/Analysis/PHITransAddr.h
parent7dedbf4ce3e1b62b4e0b000b38d244b50029c315 (diff)
downloadexternal_llvm-af50315a29600188a6ff8b935beca6f1b59edf48.tar.gz
external_llvm-af50315a29600188a6ff8b935beca6f1b59edf48.tar.bz2
external_llvm-af50315a29600188a6ff8b935beca6f1b59edf48.zip
instructions defined in CurBB may be intermediate nodes of the computation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/PHITransAddr.h')
-rw-r--r--include/llvm/Analysis/PHITransAddr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/PHITransAddr.h b/include/llvm/Analysis/PHITransAddr.h
index d090dc38f1..c88e4013aa 100644
--- a/include/llvm/Analysis/PHITransAddr.h
+++ b/include/llvm/Analysis/PHITransAddr.h
@@ -83,9 +83,9 @@ public:
void dump() const;
- /// Verify - Check internal consistency of this data structure. Though it
- /// claims to return a bool, it actually aborts on error and always returns
- /// true.
+ /// Verify - Check internal consistency of this data structure. If the
+ /// structure is valid, it returns true. If invalid, it prints errors and
+ /// returns false.
bool Verify() const;
private:
Value *PHITranslateSubExpr(Value *V, BasicBlock *CurBB, BasicBlock *PredBB);