summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-16 00:04:57 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-16 00:04:57 +0000
commit3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039 (patch)
treec851731610d9d04ddce332d4205c624b091db890 /lib/Bytecode
parent18be6fb71644d40b33f0dde4302a984004d72193 (diff)
downloadllvm-3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039.tar.gz
llvm-3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039.tar.bz2
llvm-3edfb64902ea87ec9cb639ba9ebf28d1b1a7b039.tar.xz
added std:: to pair
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/Reader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/Reader.cpp b/lib/Bytecode/Reader/Reader.cpp
index c03191c9d9..8d4ad56406 100644
--- 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) {