[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Thu Jun 17 17:34:01 PDT 2004


Changes in directory llvm/lib/Transforms/Utils:

Local.cpp updated: 1.30 -> 1.31

---
Log message:

I love the smell of a freshly broken PowerPC build in the morning.


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

Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.30 llvm/lib/Transforms/Utils/Local.cpp:1.31
--- llvm/lib/Transforms/Utils/Local.cpp:1.30	Thu Jun 17 16:20:52 2004
+++ llvm/lib/Transforms/Utils/Local.cpp	Thu Jun 17 17:27:04 2004
@@ -26,6 +26,7 @@
 // in a big way). This is a quick fix to get things compiling, until one of
 // us has time to write a more complicated autoconf test.
 extern "C" int isnan (double d);
+namespace std { int isnan (double d) { return ::isnan (d); } }
 #endif
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list