summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-08-19 23:39:00 +0000
committerBob Wilson <bob.wilson@apple.com>2010-08-19 23:39:00 +0000
commit4cd4ed66c3ca78e6ba99d336568d1c608db4c624 (patch)
treea0067d1d201d3a9d2d3f8d29a27de6a48ae75ace
parente5af930156a7ed5cfddead795aa9b0bcc37ad678 (diff)
downloadbcm5719-llvm-4cd4ed66c3ca78e6ba99d336568d1c608db4c624.tar.gz
bcm5719-llvm-4cd4ed66c3ca78e6ba99d336568d1c608db4c624.zip
Update comment to remove special case for vector extending loads. An
extending vector load should extend each element in the same way as the corresponding scalar extending load. llvm-svn: 111577
-rw-r--r--llvm/include/llvm/CodeGen/ISDOpcodes.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index 69de5986dd8..578e0742bee 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -633,7 +633,6 @@ namespace ISD {
/// (the result of the load and the result of the base +/- offset
/// computation); a post-indexed store produces one value (the
/// the result of the base +/- offset computation).
- ///
enum MemIndexedMode {
UNINDEXED = 0,
PRE_INC,
@@ -651,10 +650,8 @@ namespace ISD {
/// integer result type.
/// ZEXTLOAD loads the integer operand and zero extends it to a larger
/// integer result type.
- /// EXTLOAD is used for three things: floating point extending loads,
- /// integer extending loads [the top bits are undefined], and vector
- /// extending loads [load into low elt].
- ///
+ /// EXTLOAD is used for two things: floating point extending loads and
+ /// integer extending loads [the top bits are undefined].
enum LoadExtType {
NON_EXTLOAD = 0,
EXTLOAD,
OpenPOWER on IntegriCloud