[llvm-commits] CVS: llvm/include/llvm/Instructions.h

Nate Begeman natebegeman at mac.com
Thu Aug 4 16:50:54 PDT 2005



Changes in directory llvm/include/llvm:

Instructions.h updated: 1.25 -> 1.26
---
Log message:

Add an extra parameter that Chris requested


---
Diffs of the changes:  (+1 -1)

 Instructions.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Instructions.h
diff -u llvm/include/llvm/Instructions.h:1.25 llvm/include/llvm/Instructions.h:1.26
--- llvm/include/llvm/Instructions.h:1.25	Thu Aug  4 18:24:19 2005
+++ llvm/include/llvm/Instructions.h	Thu Aug  4 18:50:43 2005
@@ -807,7 +807,7 @@
   /// hasConstantValue - If the specified PHI node always merges together the 
   /// same value, return the value, otherwise return null.
   ///
-  Value *hasConstantValue();
+  Value *hasConstantValue(bool AllowNonDominatingInstruction = false);
   
   /// Methods for support type inquiry through isa, cast, and dyn_cast:
   static inline bool classof(const PHINode *) { return true; }






More information about the llvm-commits mailing list