projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed2ba2
)
Fix the build by adding a #include.
author
Owen Anderson
<resistor@mac.com>
Thu, 10 Jul 2008 01:44:27 +0000
(
01:44
+0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 10 Jul 2008 01:44:27 +0000
(
01:44
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53388
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Sparc/SparcAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Sparc/SparcAsmPrinter.cpp
b/lib/Target/Sparc/SparcAsmPrinter.cpp
index 2011ab9803887fad45709e13b97bdb6331aa33aa..d0ee4ee47407d9a7a6ede3ba8514fa20acacfb8c 100644
(file)
--- 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");