forked from OSchip/llvm-project
[llvm-mca] Removed wrong NDEBUG guards introduced by my last commit.
This partially reverts r335589. llvm-svn: 335592
This commit is contained in:
parent
650db339a5
commit
580f3eb226
|
@ -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;
|
||||
|
||||
|
|
|
@ -16,10 +16,7 @@
|
|||
|
||||
#include "RegisterFile.h"
|
||||
#include "Instruction.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include "llvm/Support/Debug.h"
|
||||
#endif
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
|
|
@ -13,10 +13,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "RetireControlUnit.h"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include "llvm/Support/Debug.h"
|
||||
#endif
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
|
|
@ -13,10 +13,8 @@
|
|||
|
||||
#include "Scheduler.h"
|
||||
#include "Support.h"
|
||||
#ifndef NDEBUG
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#endif
|
||||
|
||||
namespace mca {
|
||||
|
||||
|
|
Loading…
Reference in New Issue