mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-14 11:24:48 +00:00
For PR1195:
Change use of "packed" term to "vector" in comments, strings, variable names, etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34300 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -427,7 +427,7 @@ public:
|
||||
const VectorType* PT,
|
||||
Constant**Elements, unsigned NumElts,
|
||||
unsigned TypeSlot,
|
||||
Constant* PackedVal)
|
||||
Constant* VectorVal)
|
||||
{
|
||||
if (os) {
|
||||
*os << " PACKD: ";
|
||||
@ -439,7 +439,7 @@ public:
|
||||
*os << "\n";
|
||||
}
|
||||
*os << " Value=";
|
||||
PackedVal->print(*os);
|
||||
VectorVal->print(*os);
|
||||
*os << "\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user