Reformat.
[oota-llvm.git] / lib / Target / SystemZ / SystemZElimCompare.cpp
index ce99ee5bc41270fbabaeaf04a40f186b7f41c333..16f9adc79f1763b649933c857015978ac0dfad88 100644 (file)
@@ -47,7 +47,7 @@ struct Reference {
     return *this;
   }
 
-  LLVM_EXPLICIT operator bool() const { return Def || Use; }
+  explicit operator bool() const { return Def || Use; }
 
   // True if the register is defined or used in some form, either directly or
   // via a sub- or super-register.