- Change MachineInstr::isIdenticalTo to take a new option that determines whether...
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
index 0d9d4a755b2bf6b5edec6f086be7cefa2c707595..e095acc409b6b9a1f0d73a2811066269dcb8ceb2 100644 (file)
@@ -289,8 +289,8 @@ public:
 
   MachineInstr *duplicate(MachineInstr *Orig, MachineFunction &MF) const;
 
-  virtual bool isIdentical(const MachineInstr *MI, const MachineInstr *Other,
-                           const MachineRegisterInfo *MRI) const;
+  virtual bool produceSameValue(const MachineInstr *MI0,
+                                const MachineInstr *MI1) const;
 };
 
 static inline