summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-22 23:08:45 +0000
committerEric Christopher <echristo@apple.com>2011-04-22 23:08:45 +0000
commit3728b4ad8bfb42171cc04bb01bc95302fa66810b (patch)
tree84e1e933eef682df1c13ebc9bad33566a6a21f0e /include/llvm/CodeGen/FastISel.h
parent200729882a47535d4c2496283d26600171531fad (diff)
downloadllvm-3728b4ad8bfb42171cc04bb01bc95302fa66810b.tar.gz
llvm-3728b4ad8bfb42171cc04bb01bc95302fa66810b.tar.bz2
llvm-3728b4ad8bfb42171cc04bb01bc95302fa66810b.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 6b237f8460..76eb5942e6 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -250,8 +250,8 @@ protected:
unsigned Op0, bool Op0IsKill,
unsigned Op1, bool Op1IsKill);
- /// FastEmitInst_ri - Emit a MachineInstr with two register operands
- /// and a result register in the given register class.
+ /// FastEmitInst_ri - Emit a MachineInstr with a register operand,
+ /// an immediate, and a result register in the given register class.
///
unsigned FastEmitInst_ri(unsigned MachineInstOpcode,
const TargetRegisterClass *RC,
@@ -288,7 +288,7 @@ protected:
unsigned FastEmitInst_i(unsigned MachineInstrOpcode,
const TargetRegisterClass *RC,
uint64_t Imm);
-
+
/// FastEmitInst_extractsubreg - Emit a MachineInstr for an extract_subreg
/// from a specified index of a superregister to a specified type.
unsigned FastEmitInst_extractsubreg(MVT RetVT,