diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-06-26 11:00:21 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-06-26 11:00:21 +0000 |
commit | 580f3eb2266336b59ad0d0cd1c1112b29165648b (patch) | |
tree | 0113803f0e07dfe39a17aff0e6513a2bcc40a454 /llvm/tools/llvm-mca/LSUnit.cpp | |
parent | 650db339a557a9f85d79de132a4d567a1daeef9d (diff) | |
download | bcm5719-llvm-580f3eb2266336b59ad0d0cd1c1112b29165648b.tar.gz bcm5719-llvm-580f3eb2266336b59ad0d0cd1c1112b29165648b.zip |
[llvm-mca] Removed wrong NDEBUG guards introduced by my last commit.
This partially reverts r335589.
llvm-svn: 335592
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; |