commit | 458496c0603f922301898409417b717476cfbf10 | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:55:50 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:55:50 2002 +0000 |
tree | df48267e6feafa3ea4ba9416c5c373f91ac1b6ff | |
parent | eaa2e7204e85b056751d26773ad636cffbfceacd [diff] [blame] |
changes to make it compatible with 64bit gcc llvm-svn: 2791
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp index 5fbced0..7bd8dd2 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp
@@ -22,7 +22,7 @@ #include "llvm/Instruction.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" - +using std::vector; //************************ Internal Functions ******************************/