Place SCCPSolver also in the anonymous namespace. This

pacifies g++-4.2.

llvm-svn: 40089
This commit is contained in:
Duncan Sands 2007-07-20 08:56:21 +00:00
parent 5bd6c3f2c4
commit 2be91fcdd8
1 changed files with 3 additions and 3 deletions

View File

@ -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.
//