For PR1195:
[oota-llvm.git] / lib / Bytecode / Reader / Analyzer.cpp
index 75b3ca7aa827c38b5ad4bd1bec911e48155273c2..aef482a289fb85086b5d285b1a402daf6daeaea9 100644 (file)
@@ -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";
     }