Revert r120580.
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
index 05f0428db5639a3b4336b591009b3edcfe38f9e8..5da6d3ae5cba67c4e2f9747c153c050838f8f1f4 100644 (file)
@@ -575,7 +575,8 @@ namespace {
     friend bool operator<(const TableEntry &TE, unsigned V) {
       return TE.from < V;
     }
-    friend bool ATTRIBUTE_USED operator<(unsigned V, const TableEntry &TE) {
+    friend bool LLVM_ATTRIBUTE_USED operator<(unsigned V,
+                                              const TableEntry &TE) {
       return V < TE.from;
     }
   };