[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp LoopStrengthReduce.cpp LowerGC.cpp ScalarReplAggregates.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 27 05:54:28 PDT 2006
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.499 -> 1.500
LoopStrengthReduce.cpp updated: 1.87 -> 1.88
LowerGC.cpp updated: 1.11 -> 1.12
ScalarReplAggregates.cpp updated: 1.40 -> 1.41
---
Log message:
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
---
Diffs of the changes: (+4 -4)
InstructionCombining.cpp | 2 +-
LoopStrengthReduce.cpp | 2 +-
LowerGC.cpp | 2 +-
ScalarReplAggregates.cpp | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.499 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.500
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.499 Tue Jul 11 13:31:26 2006
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Sun Aug 27 07:54:01 2006
@@ -48,7 +48,7 @@
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/PatternMatch.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
Index: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff -u llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.87 llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.88
--- llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.87 Thu Aug 3 01:34:50 2006
+++ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp Sun Aug 27 07:54:01 2006
@@ -31,7 +31,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/Target/TargetLowering.h"
#include <algorithm>
#include <iostream>
Index: llvm/lib/Transforms/Scalar/LowerGC.cpp
diff -u llvm/lib/Transforms/Scalar/LowerGC.cpp:1.11 llvm/lib/Transforms/Scalar/LowerGC.cpp:1.12
--- llvm/lib/Transforms/Scalar/LowerGC.cpp:1.11 Wed Jun 28 17:08:15 2006
+++ llvm/lib/Transforms/Scalar/LowerGC.cpp Sun Aug 27 07:54:01 2006
@@ -26,7 +26,7 @@
#include "llvm/Instructions.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
using namespace llvm;
namespace {
Index: llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp
diff -u llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.40 llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.41
--- llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1.40 Wed Jun 28 18:17:24 2006
+++ llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp Sun Aug 27 07:54:01 2006
@@ -31,7 +31,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/MathExtras.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include <iostream>
More information about the llvm-commits
mailing list