SmallVectorize.
[oota-llvm.git] / include / llvm / Analysis / InstructionSimplify.h
index f47e740a741f0a0d2fe7a658a46a41b22fa47aca..913fd77da3c57a386e1d35f16764548816159860 100644 (file)
@@ -71,6 +71,8 @@ namespace llvm {
   
   /// SimplifyInstruction - See if we can compute a simplified version of this
   /// instruction.  If not, this returns null.
+  /// WARNING: If called on unreachable code, an instruction may be reported
+  /// to simplify to itself.
   Value *SimplifyInstruction(Instruction *I, const TargetData *TD = 0);