Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/lib/Target/Hexagon/HexagonLoopAlign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
// number of instructions, set the prefLoopAlignment to 32 bytes (5).
//===----------------------------------------------------------------------===//

#define DEBUG_TYPE "hexagon-loop-align"

#include "HexagonTargetMachine.h"
#include "llvm/CodeGen/MachineBlockFrequencyInfo.h"
#include "llvm/CodeGen/MachineBranchProbabilityInfo.h"
#include "llvm/Support/Debug.h"

#define DEBUG_TYPE "hexagon-loop-align"

using namespace llvm;

static cl::opt<bool>
Expand Down
3 changes: 3 additions & 0 deletions llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/MathExtras.h"

#define DEBUG_TYPE "lanai-disassembler"

using namespace llvm;

typedef MCDisassembler::DecodeStatus DecodeStatus;
Expand Down
2 changes: 0 additions & 2 deletions llvm/lib/Target/Lanai/Disassembler/LanaiDisassembler.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

#include "llvm/MC/MCDisassembler/MCDisassembler.h"

#define DEBUG_TYPE "lanai-disassembler"

namespace llvm {

class LanaiDisassembler : public MCDisassembler {
Expand Down