X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FAArch64%2FAArch64SelectionDAGInfo.h;h=97421b45b122e9a06d398a33b23e18e45c123136;hp=8381f9916a8cfcc97e688cf8be48c1f94d6e0049;hb=bb6f14e3581c78509405a3d415e72821db8a2066;hpb=29f94c72014eaa5d0d3b920686e689e79759cacb diff --git a/lib/Target/AArch64/AArch64SelectionDAGInfo.h b/lib/Target/AArch64/AArch64SelectionDAGInfo.h index 8381f9916a8..97421b45b12 100644 --- a/lib/Target/AArch64/AArch64SelectionDAGInfo.h +++ b/lib/Target/AArch64/AArch64SelectionDAGInfo.h @@ -11,21 +11,15 @@ // //===----------------------------------------------------------------------===// -#ifndef AArch64SELECTIONDAGINFO_H -#define AArch64SELECTIONDAGINFO_H +#ifndef LLVM_LIB_TARGET_AARCH64_AARCH64SELECTIONDAGINFO_H +#define LLVM_LIB_TARGET_AARCH64_AARCH64SELECTIONDAGINFO_H #include "llvm/Target/TargetSelectionDAGInfo.h" namespace llvm { class AArch64SelectionDAGInfo : public TargetSelectionDAGInfo { - /// Subtarget - Keep a pointer to the ARMSubtarget around so that we can - /// make the right decision when generating code for different targets. - const AArch64Subtarget *Subtarget; - public: - explicit AArch64SelectionDAGInfo(const TargetMachine &TM); - ~AArch64SelectionDAGInfo(); SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size,