Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.45 -> 1.46 --- Log message: Fix #include order --- Diffs of the changes: (+1 -1) Local.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Utils/Local.cpp diff -u llvm/lib/Transforms/Utils/Local.cpp:1.45 llvm/lib/Transforms/Utils/Local.cpp:1.46 --- llvm/lib/Transforms/Utils/Local.cpp:1.45 Thu Oct 27 10:54:33 2005 +++ llvm/lib/Transforms/Utils/Local.cpp Thu Oct 27 11:34:00 2005 @@ -12,12 +12,12 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Analysis/ConstantFolding.h" #include "llvm/Transforms/Utils/Local.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/Instructions.h" #include "llvm/Intrinsics.h" +#include "llvm/Analysis/ConstantFolding.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Support/MathExtras.h" #include <cerrno> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits