implement Transforms/InstCombine/cast2.ll:test3 and PR1263
[oota-llvm.git] / include / llvm / InlineAsm.h
index b9f707cf83cbebd1d7e0ded73deb9b213deb5f6d..98f254f5389649354bc24907558980255183ab91 100644 (file)
@@ -60,6 +60,7 @@ public:
   const std::string &getConstraintString() const { return Constraints; }
 
   virtual void print(std::ostream &O) const { print(O, 0); }
+  void print(std::ostream *O) const { if (O) print(*O); }
   void print(std::ostream &OS, AssemblyAnnotationWriter *AAW) const;
 
   /// Verify - This static method can be used by the parser to check to see if