[llvm-mca] Removed wrong NDEBUG guards introduced by my last commit.

This partially reverts r335589.

llvm-svn: 335592
This commit is contained in:
Andrea Di Biagio 2018-06-26 11:00:21 +00:00
parent 650db339a5
commit 580f3eb226
4 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -16,10 +16,7 @@
#include "RegisterFile.h"
#include "Instruction.h"
#ifndef NDEBUG
#include "llvm/Support/Debug.h"
#endif
using namespace llvm;

View File

@ -13,10 +13,7 @@
//===----------------------------------------------------------------------===//
#include "RetireControlUnit.h"
#ifndef NDEBUG
#include "llvm/Support/Debug.h"
#endif
using namespace llvm;

View File

@ -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 {