diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-09-04 14:51:26 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-09-04 14:51:26 +0000 |
commit | a11c2e8fb99bb93f618894aaa92b5d4c6c2e4ea6 (patch) | |
tree | 53336ef79b7c3b3161e089d9ff5671df98dfe66a /lib | |
parent | ed42853be1ef530890043da7c8966dc6678cf9bf (diff) | |
download | external_llvm-a11c2e8fb99bb93f618894aaa92b5d4c6c2e4ea6.zip external_llvm-a11c2e8fb99bb93f618894aaa92b5d4c6c2e4ea6.tar.gz external_llvm-a11c2e8fb99bb93f618894aaa92b5d4c6c2e4ea6.tar.bz2 |
Include MathExtras.h to fix build breakage, thanks to Vladimir
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/PPC32AsmPrinter.cpp | 1 | ||||
-rw-r--r-- | lib/Target/PowerPC/PPCAsmPrinter.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPC32AsmPrinter.cpp b/lib/Target/PowerPC/PPC32AsmPrinter.cpp index 1d2163c..b0503d2 100644 --- a/lib/Target/PowerPC/PPC32AsmPrinter.cpp +++ b/lib/Target/PowerPC/PPC32AsmPrinter.cpp @@ -29,6 +29,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/ValueTypes.h" #include "llvm/Support/Mangler.h" +#include "llvm/Support/MathExtras.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index 1d2163c..b0503d2 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -29,6 +29,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/ValueTypes.h" #include "llvm/Support/Mangler.h" +#include "llvm/Support/MathExtras.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" |