[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp

Nate Begeman natebegeman at mac.com
Sat Sep 4 07:51:37 PDT 2004



Changes in directory llvm/lib/Target/PowerPC:

PPC32AsmPrinter.cpp updated: 1.59 -> 1.60
---
Log message:

Include MathExtras.h to fix build breakage, thanks to Vladimir

---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp
diff -u llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.59 llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.60
--- llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp:1.59	Sat Sep  4 00:00:00 2004
+++ llvm/lib/Target/PowerPC/PPC32AsmPrinter.cpp	Sat Sep  4 09:51:26 2004
@@ -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"






More information about the llvm-commits mailing list