diff options
Diffstat (limited to 'llvm/lib/Bytecode/Reader/Reader.h')
-rw-r--r-- | llvm/lib/Bytecode/Reader/Reader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Reader/Reader.h b/llvm/lib/Bytecode/Reader/Reader.h index 8acf6c042f8..ca966f1cc74 100644 --- a/llvm/lib/Bytecode/Reader/Reader.h +++ b/llvm/lib/Bytecode/Reader/Reader.h @@ -438,6 +438,7 @@ private: /// @brief Read a string inline std::string read_str(); + inline void read_str(SmallVectorImpl<char> &StrData); /// @brief Read a float value inline void read_float(float& FloatVal); |