summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2011-10-18 03:51:57 +0000
committerHal Finkel <hfinkel@anl.gov>2011-10-18 03:51:57 +0000
commitbab66789d5693d47c68c94b8b481ca18d7f48594 (patch)
tree9b4218ce0527860e4fa878213a9c30698e3c3e7b /llvm/lib/CodeGen
parent83c19296ff370bed49449a5c8ce698e9095e9e83 (diff)
downloadbcm5719-llvm-bab66789d5693d47c68c94b8b481ca18d7f48594.tar.gz
bcm5719-llvm-bab66789d5693d47c68c94b8b481ca18d7f48594.zip
Fix comment to refer to correct instruction
llvm-svn: 142334
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index 7d76507b589..309b68b3392 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -2686,7 +2686,7 @@ void SelectionDAGBuilder::visitFPTrunc(const User &I) {
}
void SelectionDAGBuilder::visitFPExt(const User &I){
- // FPTrunc is never a no-op cast, no need to check
+ // FPExt is never a no-op cast, no need to check
SDValue N = getValue(I.getOperand(0));
EVT DestVT = TLI.getValueType(I.getType());
setValue(&I, DAG.getNode(ISD::FP_EXTEND, getCurDebugLoc(), DestVT, N));
OpenPOWER on IntegriCloud