* Make contained ostream not public.
[oota-llvm.git] / include / llvm / InstrTypes.h
index 70cb742d96da78115dfdc0d4e4456ed7cdea5510..30ba130b892f68490fa820a263c2fe12c52509d0 100644 (file)
@@ -34,6 +34,7 @@ protected:
                  const std::string &Name = "", Instruction *InsertBefore = 0)
     : Instruction(Ty, iType, Name, InsertBefore) {
   }
+  TerminatorInst(Instruction::TermOps iType, BasicBlock *InsertAtEnd);
 public:
 
   /// Terminators must implement the methods required by Instruction...