Add two new calling conventions for runtime calls
[oota-llvm.git] / lib / CodeGen / MachineBlockPlacement.cpp
index f297c5f67862f11bb0d72fc3812f09909e339dc7..760033fff13c7d476de4005a54d7713d6896c932 100644 (file)
@@ -152,7 +152,7 @@ public:
 
 #ifndef NDEBUG
   /// \brief Dump the blocks in this chain.
-  void dump() LLVM_ATTRIBUTE_USED {
+  LLVM_DUMP_METHOD void dump() {
     for (iterator I = begin(), E = end(); I != E; ++I)
       (*I)->dump();
   }