aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar/ConstantProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/Scalar/ConstantProp.h')
-rw-r--r--include/llvm/Transforms/Scalar/ConstantProp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Transforms/Scalar/ConstantProp.h b/include/llvm/Transforms/Scalar/ConstantProp.h
index f441866..d9adf3f 100644
--- a/include/llvm/Transforms/Scalar/ConstantProp.h
+++ b/include/llvm/Transforms/Scalar/ConstantProp.h
@@ -10,8 +10,6 @@
#include "llvm/Pass.h"
class TerminatorInst;
-namespace opt {
-
struct ConstantPropogation : public MethodPass {
// doConstantPropogation - Do trivial constant propogation and expression
// folding
@@ -47,6 +45,4 @@ struct SCCPPass : public MethodPass {
}
};
-} // End Namespace opt
-
#endif