aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/MachineInstrInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Target/MachineInstrInfo.h')
-rw-r--r--include/llvm/Target/MachineInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MachineInstrInfo.h b/include/llvm/Target/MachineInstrInfo.h
index 01cb2d991a..b03993e6ce 100644
--- a/include/llvm/Target/MachineInstrInfo.h
+++ b/include/llvm/Target/MachineInstrInfo.h
@@ -240,7 +240,7 @@ public:
//-------------------------------------------------------------------------
// Create an instruction sequence to put the constant `val' into
- // the virtual register `dest'. `val' may be a ConstPoolVal or a
+ // the virtual register `dest'. `val' may be a Constant or a
// GlobalValue, viz., the constant address of a global variable or function.
// The generated instructions are returned in `minstrVec'.
// Any temp. registers (TmpInstruction) created are returned in `tempVec'.