commit | e98dd5fcac8f2c11c90bc8edb14d939a653a8874 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 24 21:21:32 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 24 21:21:32 2002 +0000 |
tree | 7497240567b41b4481a2d308bab7664a4c19d075 | |
parent | f0f2da260f40cf3717b7fe162808472a8846ca36 [diff] [blame] |
*** empty log message *** llvm-svn: 3056
diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp index 11b65f8..c321adc 100644 --- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcRegInfo.cpp
@@ -1317,7 +1317,7 @@ // has set to record which registers were saved/restored // - std::hash_set<unsigned> PushedRegSet; + hash_set<unsigned> PushedRegSet; CallArgsDescriptor* argDesc = CallArgsDescriptor::get(CallMI);