[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

Bill Wendling isanbard at gmail.com
Fri Oct 27 11:47:52 PDT 2006



Changes in directory llvm/lib/Support:

FoldingSet.cpp updated: 1.2 -> 1.3
---
Log message:

MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.


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

 FoldingSet.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Support/FoldingSet.cpp
diff -u llvm/lib/Support/FoldingSet.cpp:1.2 llvm/lib/Support/FoldingSet.cpp:1.3
--- llvm/lib/Support/FoldingSet.cpp:1.2	Fri Oct 27 13:05:12 2006
+++ llvm/lib/Support/FoldingSet.cpp	Fri Oct 27 13:47:29 2006
@@ -15,7 +15,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/FoldingSet.h"
-#include "llvm/ADT/MathExtras.h"
+#include "llvm/Support/MathExtras.h"
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list