aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Analyzer.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-15 03:39:18 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-15 03:39:18 +0000
commitac9dcb94dde5f166ee29372385c0e3b695227ab4 (patch)
tree468a925b8be61cdf917f1203ba57ac2a419b59a6 /lib/Bytecode/Reader/Analyzer.cpp
parenta85210ac66ef8a60587c3557a41a4e81c8989579 (diff)
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
Diffstat (limited to 'lib/Bytecode/Reader/Analyzer.cpp')
-rw-r--r--lib/Bytecode/Reader/Analyzer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bytecode/Reader/Analyzer.cpp b/lib/Bytecode/Reader/Analyzer.cpp
index 75b3ca7aa8..aef482a289 100644
--- a/lib/Bytecode/Reader/Analyzer.cpp
+++ b/lib/Bytecode/Reader/Analyzer.cpp
@@ -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";
}