AMDGPU/SI: Add implicit register operands in the correct order.
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
index 00bb22b91d32c671fcce23b3587d95b6d826c543..9d6d6f5b1be0ed8f2a3295d2bca4ccf4a5dde404 100644 (file)
@@ -162,7 +162,7 @@ namespace llvm {
     }
 
     /// Return true for a valid index.
-    LLVM_EXPLICIT operator bool() const { return isValid(); }
+    explicit operator bool() const { return isValid(); }
 
     /// Print this index to the given raw_ostream.
     void print(raw_ostream &os) const;