mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-30 16:34:03 +00:00
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
This commit is contained in:
parent
f3379da7c6
commit
fd47a59661
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user