Deleted Added
full compact
XCoreMCInstLower.h (249423) XCoreMCInstLower.h (280031)
1//===-- XCoreMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
1//===-- XCoreMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*--===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef XCOREMCINSTLOWER_H
11#define XCOREMCINSTLOWER_H
10#ifndef LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H
11#define LLVM_LIB_TARGET_XCORE_XCOREMCINSTLOWER_H
12#include "llvm/CodeGen/MachineOperand.h"
13#include "llvm/Support/Compiler.h"
14
15namespace llvm {
16 class MCContext;
17 class MCInst;
18 class MCOperand;
19 class MachineInstr;

--- 23 unchanged lines hidden ---
12#include "llvm/CodeGen/MachineOperand.h"
13#include "llvm/Support/Compiler.h"
14
15namespace llvm {
16 class MCContext;
17 class MCInst;
18 class MCOperand;
19 class MachineInstr;

--- 23 unchanged lines hidden ---