[llvm] r251679 - [MC] Make another header NDEBUG-free.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 18:25:50 PDT 2015


Author: davide
Date: Thu Oct 29 20:25:50 2015
New Revision: 251679

URL: http://llvm.org/viewvc/llvm-project?rev=251679&view=rev
Log:
[MC] Make another header NDEBUG-free.

Modified:
    llvm/trunk/include/llvm/MC/MachineLocation.h

Modified: llvm/trunk/include/llvm/MC/MachineLocation.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MachineLocation.h?rev=251679&r1=251678&r2=251679&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MachineLocation.h (original)
+++ llvm/trunk/include/llvm/MC/MachineLocation.h Thu Oct 29 20:25:50 2015
@@ -68,10 +68,6 @@ public:
     Register = R;
     Offset = O;
   }
-
-#ifndef NDEBUG
-  void dump();
-#endif
 };
 
 inline bool operator!=(const MachineLocation &LHS, const MachineLocation &RHS) {




More information about the llvm-commits mailing list