Add missing space (this line is no longer pushing the 80-column limit).
authorNick Lewycky <nicholas@mxc.ca>
Mon, 25 Jul 2011 21:16:04 +0000 (21:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 25 Jul 2011 21:16:04 +0000 (21:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135973 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SCCP.cpp

index 5d439971b4499cbaaf5d6089ef89ed6b29c68c45..67570e60bb5a8602dff7c34fe2e59e938d103b3f 100644 (file)
@@ -156,7 +156,7 @@ namespace {
 ///
 class SCCPSolver : public InstVisitor<SCCPSolver> {
   const TargetData *TD;
-  SmallPtrSet<BasicBlock*, 8> BBExecutable;// The BBs that are executable.
+  SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable.
   DenseMap<Value*, LatticeVal> ValueState;  // The state each value is in.
 
   /// StructValueState - This maintains ValueState for values that have