diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
commit | 09575bac2e45bd4d0482d19db619e8d251a4389b (patch) | |
tree | c663b88733121d07ace82b721615431f7ef91c80 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | |
parent | d4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53 (diff) | |
download | bcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.tar.gz bcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.zip |
For PR1195:
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.
llvm-svn: 34300
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index d290d88615e..f6e9b2c88b4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -332,7 +332,7 @@ void ScheduleDAG::AddOperand(MachineInstr *MI, SDOperand Op, if (Align == 0) { Align = TM.getTargetData()->getPreferredTypeAlignmentShift(Type); if (Align == 0) { - // Alignment of packed types. FIXME! + // Alignment of vector types. FIXME! Align = TM.getTargetData()->getTypeSize(Type); Align = Log2_64(Align); } |