summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeTypes.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-05-16 07:57:18 +0000
committerDuncan Sands <baldrick@free.fr>2012-05-16 07:57:18 +0000
commit04b2c5042727b091ad425110d952491a40c88ee3 (patch)
tree70c0fbc58040b9c06669dfbcee0ab4612d10b75b /lib/CodeGen/SelectionDAG/LegalizeTypes.h
parenta98aa6ad1e8e53600b2e322e2ab869e03d436849 (diff)
downloadllvm-04b2c5042727b091ad425110d952491a40c88ee3.tar.gz
llvm-04b2c5042727b091ad425110d952491a40c88ee3.tar.bz2
llvm-04b2c5042727b091ad425110d952491a40c88ee3.tar.xz
Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeTypes.h')
-rw-r--r--lib/CodeGen/SelectionDAG/LegalizeTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeTypes.h b/lib/CodeGen/SelectionDAG/LegalizeTypes.h
index ca17450d33..0ae6651075 100644
--- a/lib/CodeGen/SelectionDAG/LegalizeTypes.h
+++ b/lib/CodeGen/SelectionDAG/LegalizeTypes.h
@@ -153,7 +153,7 @@ private:
/// DisintegrateMERGE_VALUES - Replace each result of the given MERGE_VALUES
/// node with the corresponding input operand, except for the result 'ResNo',
- /// which is returned.
+ /// for which the corresponding input operand is returned.
SDValue DisintegrateMERGE_VALUES(SDNode *N, unsigned ResNo);
SDValue GetVectorElementPointer(SDValue VecPtr, EVT EltVT, SDValue Index);