commit | c007848b5aa0883715b3cf0ded82f7bff750896b | [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 | 5ed2ba26680f06846e7602ce65432b0a723b1273 [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");