aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64RegisterInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-18 22:40:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-18 22:40:57 +0000
commit8fc1fa2edefe0076e298dd86c76f5325d7342f15 (patch)
treecfcdda0c59b826a9cc81f0b5b49ef5f0d401892f /lib/Target/IA64/IA64RegisterInfo.h
parent812acafe223f459fc280bbe180340704ab65bf52 (diff)
downloadexternal_llvm-8fc1fa2edefe0076e298dd86c76f5325d7342f15.zip
external_llvm-8fc1fa2edefe0076e298dd86c76f5325d7342f15.tar.gz
external_llvm-8fc1fa2edefe0076e298dd86c76f5325d7342f15.tar.bz2
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding.
- Fix some copy+paste bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/IA64/IA64RegisterInfo.h')
-rw-r--r--lib/Target/IA64/IA64RegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/IA64/IA64RegisterInfo.h b/lib/Target/IA64/IA64RegisterInfo.h
index 3fcd213..b69b285 100644
--- a/lib/Target/IA64/IA64RegisterInfo.h
+++ b/lib/Target/IA64/IA64RegisterInfo.h
@@ -35,7 +35,7 @@ struct IA64RegisterInfo : public IA64GenRegisterInfo {
const TargetRegisterClass *RC) const;
void storeRegToAddr(MachineFunction &MF, unsigned SrcReg,
- SmallVectorImpl<MachineOperand> Addr,
+ SmallVectorImpl<MachineOperand> &Addr,
const TargetRegisterClass *RC,
SmallVectorImpl<MachineInstr*> &NewMIs) const;
@@ -45,7 +45,7 @@ struct IA64RegisterInfo : public IA64GenRegisterInfo {
const TargetRegisterClass *RC) const;
void loadRegFromAddr(MachineFunction &MF, unsigned DestReg,
- SmallVectorImpl<MachineOperand> Addr,
+ SmallVectorImpl<MachineOperand> &Addr,
const TargetRegisterClass *RC,
SmallVectorImpl<MachineInstr*> &NewMIs) const;