[llvm-commits] [llvm] r79206 - /llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h
Dan Gohman
gohman at apple.com
Sun Aug 16 14:19:53 PDT 2009
Author: djg
Date: Sun Aug 16 16:19:53 2009
New Revision: 79206
URL: http://llvm.org/viewvc/llvm-project?rev=79206&view=rev
Log:
Delete an unused field.
Modified:
llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h
Modified: llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h?rev=79206&r1=79205&r2=79206&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h (original)
+++ llvm/trunk/lib/Target/Alpha/AlphaISelLowering.h Sun Aug 16 16:19:53 2009
@@ -62,7 +62,6 @@
class AlphaTargetLowering : public TargetLowering {
int VarArgsOffset; // What is the offset to the first vaarg
int VarArgsBase; // What is the base FrameIndex
- bool useITOF;
public:
explicit AlphaTargetLowering(TargetMachine &TM);
@@ -94,8 +93,6 @@
getRegClassForInlineAsmConstraint(const std::string &Constraint,
EVT VT) const;
- bool hasITOF() { return useITOF; }
-
MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
MachineBasicBlock *BB) const;
More information about the llvm-commits
mailing list