Remove trailing whitespace
[oota-llvm.git] / include / llvm / CodeGen / MachineOperand.h
index 5a182101c1349ff6c1836b73f4589867553bfc45..606833cd4081090f0bcff80d4b1583fa7a6bf64b 100644 (file)
@@ -687,6 +687,9 @@ inline raw_ostream &operator<<(raw_ostream &OS, const MachineOperand& MO) {
   return OS;
 }
 
+  // See friend declaration above. This additional declaration is required in
+  // order to compile LLVM with IBM xlC compiler.
+  hash_code hash_value(const MachineOperand &MO);
 } // End llvm namespace
 
 #endif