projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a3066
)
Fix a comment so that the element numbering match the actual element
author
Dan Gohman
<gohman@apple.com>
Fri, 6 Jul 2007 13:27:33 +0000
(13:27 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 6 Jul 2007 13:27:33 +0000
(13:27 +0000)
operand numbering.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37944
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGNodes.h
b/include/llvm/CodeGen/SelectionDAGNodes.h
index a85ec039871cf878a1fed2fd7a400a49864f8184..c370b50b3e54c234d3ccbee22d0fcfd5d1fab0bb 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/
include/llvm/CodeGen/SelectionDAGNodes.h
@@
-239,7
+239,7
@@
namespace ISD {
// FCOPYSIGN(f32, f64) is allowed.
FCOPYSIGN,
- /// BUILD_VECTOR(ELT
1, ELT2, ELT3, ELT4
,...) - Return a vector
+ /// BUILD_VECTOR(ELT
0, ELT1, ELT2, ELT3
,...) - Return a vector
/// with the specified, possibly variable, elements. The number of elements
/// is required to be a power of two.
BUILD_VECTOR,