diff options
Diffstat (limited to 'llvm/tools/llvm-mca/LSUnit.cpp')
-rw-r--r-- | llvm/tools/llvm-mca/LSUnit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-mca/LSUnit.cpp b/llvm/tools/llvm-mca/LSUnit.cpp index 539183cb7a7..4406e30a593 100644 --- a/llvm/tools/llvm-mca/LSUnit.cpp +++ b/llvm/tools/llvm-mca/LSUnit.cpp @@ -15,10 +15,8 @@ #include "LSUnit.h" #include "Instruction.h" -#ifndef NDEBUG #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" -#endif using namespace llvm; |