Use MachineBasicBlock::transferSuccessors.
[oota-llvm.git] / include / llvm / Assembly / Parser.h
index b8d505761f4997a418577d717b8a7eb385db88f1..edca08c46fb622b65d7b277192b33759dd32554d 100644 (file)
@@ -80,7 +80,7 @@ public:
   // ParserOptions in effect.  If positional information is not applicable,
   // these will return a value of -1.
   //
-  inline const void getErrorLocation(int &Line, int &Column) const {
+  inline void getErrorLocation(int &Line, int &Column) const {
     Line = LineNo; Column = ColumnNo;
   }