diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-24 21:18:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-24 21:18:40 +0000 |
commit | 2ada19ea04241eda58a0280aa5e80fe757008821 (patch) | |
tree | a55f77d5c7e25749d04ebc71e4191c03cd85ab5d | |
parent | ab608564c5f671fd0ddb74ee6418a3081cba05d3 (diff) |
Eliminate extraneous #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3916 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Scalar/SimplifyCFG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SimplifyCFG.cpp b/lib/Transforms/Scalar/SimplifyCFG.cpp index f26d5a01f8..5f04e2fe8f 100644 --- a/lib/Transforms/Scalar/SimplifyCFG.cpp +++ b/lib/Transforms/Scalar/SimplifyCFG.cpp @@ -14,7 +14,6 @@ #include "llvm/Transforms/Scalar.h" #include "llvm/Transforms/Utils/Local.h" #include "llvm/Module.h" -#include "llvm/GlobalVariable.h" #include "llvm/Support/CFG.h" #include "llvm/Pass.h" #include "Support/StatisticReporter.h" |