mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 21:32:49 +00:00
Place SCCPSolver also in the anonymous namespace. This
pacifies g++-4.2. llvm-svn: 40089
This commit is contained in:
parent
89afa507b1
commit
4b390d541e
@ -129,9 +129,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
/// SCCPSolver - This class is a general purpose solver for Sparse Conditional
|
||||
@ -408,6 +405,9 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
|
||||
// getFeasibleSuccessors - Return a vector of booleans to indicate which
|
||||
// successors are reachable from a given terminator instruction.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user