mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8044496: 8034812 broke build with clang
Remove superfluous clang-diagnostic-pop Reviewed-by: kvn, drchase
This commit is contained in:
parent
bdb8050bbf
commit
ddffd7c3f1
@ -456,10 +456,6 @@ Node::Node(Node *n0, Node *n1, Node *n2, Node *n3,
|
||||
_in[6] = n6; if (n6 != NULL) n6->add_out((Node *)this);
|
||||
}
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
|
||||
//------------------------------clone------------------------------------------
|
||||
// Clone a Node.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user