iterator_range accessor for CodeGenTarget instruction list.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 75afab5c693fbf150b3c14b6edbd6d7d779e3e38..dc39eb973b9220534d435275f0fb9d845cda5978 100644 (file)
@@ -156,7 +156,6 @@ namespace llvm {
     iterator end() { return OperandList.end(); }
     const_iterator end() const { return OperandList.end(); }
 
-
     /// getOperandNamed - Return the index of the operand with the specified
     /// non-empty name.  If the instruction does not have an operand with the
     /// specified name, abort.