diff options
Diffstat (limited to 'llvm/lib/Bytecode/Reader/Analyzer.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Reader/Analyzer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Reader/Analyzer.cpp b/llvm/lib/Bytecode/Reader/Analyzer.cpp index 880605c40fc..75b3ca7aa82 100644 --- a/llvm/lib/Bytecode/Reader/Analyzer.cpp +++ b/llvm/lib/Bytecode/Reader/Analyzer.cpp @@ -423,8 +423,8 @@ public: bca.numValues++; } - virtual void handleConstantPacked( - const PackedType* PT, + virtual void handleConstantVector( + const VectorType* PT, Constant**Elements, unsigned NumElts, unsigned TypeSlot, Constant* PackedVal) |