Remove spurious consts. This fixes warnings with compilers that

are strict about such things.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2007-09-14 20:08:19 +00:00
parent 7effac5475
commit cb648f90a2
5 changed files with 7 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ public:
/// getOpcode - Returns the opcode of this MachineInstr.
///
const int getOpcode() const;
int getOpcode() const;
/// Access to explicit operands of the instruction.
///