commit | 80045bf6f91941fb3f8537c5257747234c45f4a5 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Jul 10 01:44:27 2008 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Jul 10 01:44:27 2008 +0000 |
tree | f886cae2c9062ba3a1d173303e89b3ae454b0dbe | |
parent | e97603bd8b73cbc4e0b065b40f1dc12017d757fa [diff] [blame] |
Fix the build by adding a #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53388 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/SparcAsmPrinter.cpp b/lib/Target/Sparc/SparcAsmPrinter.cpp index 2011ab9..d0ee4ee 100644 --- a/lib/Target/Sparc/SparcAsmPrinter.cpp +++ b/lib/Target/Sparc/SparcAsmPrinter.cpp
@@ -32,6 +32,7 @@ #include "llvm/Support/MathExtras.h" #include <cctype> #include <cstring> +#include <map> using namespace llvm; STATISTIC(EmittedInsts, "Number of machine instrs printed");