mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Silenced a VC++ warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bd9dcc08f
commit
081fdf238b
@ -112,7 +112,7 @@ namespace {
|
|||||||
|
|
||||||
class VISIBILITY_HIDDEN Andersens : public ModulePass, public AliasAnalysis,
|
class VISIBILITY_HIDDEN Andersens : public ModulePass, public AliasAnalysis,
|
||||||
private InstVisitor<Andersens> {
|
private InstVisitor<Andersens> {
|
||||||
class Node;
|
struct Node;
|
||||||
|
|
||||||
/// Constraint - Objects of this structure are used to represent the various
|
/// Constraint - Objects of this structure are used to represent the various
|
||||||
/// constraints identified by the algorithm. The constraints are 'copy',
|
/// constraints identified by the algorithm. The constraints are 'copy',
|
||||||
|
Loading…
Reference in New Issue
Block a user