From fd47a5966141e32db461a9a96597920d5fd46498 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 25 Jul 2011 21:16:04 +0000 Subject: [PATCH] Add missing space (this line is no longer pushing the 80-column limit). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135973 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/SCCP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp index 5d439971b44..67570e60bb5 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -156,7 +156,7 @@ namespace { /// class SCCPSolver : public InstVisitor { const TargetData *TD; - SmallPtrSet BBExecutable;// The BBs that are executable. + SmallPtrSet BBExecutable; // The BBs that are executable. DenseMap ValueState; // The state each value is in. /// StructValueState - This maintains ValueState for values that have