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:
18be6fb
)
added std:: to pair
author
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 00:04:57 +0000
(
00:04
+0000)
committer
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 00:04:57 +0000
(
00:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Reader/Reader.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Reader/Reader.cpp
b/lib/Bytecode/Reader/Reader.cpp
index c03191c9d9c66ba8e2b44179f921910dcc9661b9..8d4ad5640651cc5ed835b186f693e0c05175afe5 100644
(file)
--- a/
lib/Bytecode/Reader/Reader.cpp
+++ b/
lib/Bytecode/Reader/Reader.cpp
@@
-26,6
+26,7
@@
#include <algorithm>
#include <iostream>
using std::cerr;
+using std::pair;
using std::make_pair;
bool BytecodeParser::getTypeSlot(const Type *Ty, unsigned &Slot) {