diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-07-25 21:16:04 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-07-25 21:16:04 +0000 |
| commit | 77cb8e681f71896df836cf3f0240503b11f4dacc (patch) | |
| tree | f78bf141ab1f2e6860f9d72fab30cf6910bd5acf | |
| parent | f6e371167453e955762b5406c00012231a6bead3 (diff) | |
| download | bcm5719-llvm-77cb8e681f71896df836cf3f0240503b11f4dacc.tar.gz bcm5719-llvm-77cb8e681f71896df836cf3f0240503b11f4dacc.zip | |
Add missing space (this line is no longer pushing the 80-column limit).
llvm-svn: 135973
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SCCP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp index 5d439971b44..67570e60bb5 100644 --- a/llvm/lib/Transforms/Scalar/SCCP.cpp +++ b/llvm/lib/Transforms/Scalar/SCCP.cpp @@ -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 |

