Constify.

llvm-svn: 114574
This commit is contained in:
Dan Gohman 2010-09-22 20:11:43 +00:00
parent 0e527b7ed5
commit ba28207dcd
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ namespace llvm {
private:
/// ValueIsLoadPair - This is a pair<Value*, bool> where the bool is true if
/// the dependence is a read only dependence, false if read/write.
typedef PointerIntPair<Value*, 1, bool> ValueIsLoadPair;
typedef PointerIntPair<const Value*, 1, bool> ValueIsLoadPair;
/// BBSkipFirstBlockPair - This pair is used when caching information for a
/// block. If the pointer is null, the cache value is not a full query that