projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76c4f6
)
Fix prototype to make function.
author
Chris Lattner
<sabre@nondot.org>
Wed, 17 Jul 2002 21:34:20 +0000
(21:34 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 17 Jul 2002 21:34:20 +0000
(21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2939
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Bytecode/Reader.h
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/Reader.h
b/include/llvm/Bytecode/Reader.h
index 7cd2365c98b210deb5808faac6ec68464a54d0b0..14ca436b382c1a9af8fcb72306f731871f1c3d8d 100644
(file)
--- a/
include/llvm/Bytecode/Reader.h
+++ b/
include/llvm/Bytecode/Reader.h
@@
-20,7
+20,6
@@
class Module;
//
Module *ParseBytecodeFile(const std::string &Filename,
std::string *ErrorStr = 0);
-Module *ParseBytecodeBuffer(const char *Buffer, unsigned BufferSize,
- std::string *ErrorStr = 0);
+Module *ParseBytecodeBuffer(const char *Buffer, unsigned BufferSize);
#endif