Reorganize printing interface a bit
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.h
index 4850d5ee662d490e7210245d4db90c2ab30ba0e5..c0451643a57b8aa4353357209550ed8fbde8d5ae 100644 (file)
@@ -30,7 +30,7 @@ public:
   ///
   virtual const MRegisterInfo &getRegisterInfo() const { return RI; }
 
-  /// print - Print out an x86 instruction in GAS syntax
+  /// print - Print out an x86 instruction in intel syntax
   ///
   virtual void print(const MachineInstr *MI, std::ostream &O) const;