Fix Wmismatched-tags warning.

InlineAsmIdentifierInfo was declared a class in some places and a struct in others.

Partial reversion of rL314508

llvm-svn: 314536
This commit is contained in:
Simon Pilgrim 2017-09-29 16:52:27 +00:00
parent a7bf226529
commit 1ad9ea3ae2
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ class MCStreamer;
class MCTargetAsmParser;
class SourceMgr;
class InlineAsmIdentifierInfo {
public:
struct InlineAsmIdentifierInfo {
enum IdKind {
IK_Invalid, // Initial state. Unexpected after a successful parsing.
IK_Label, // Function/Label reference.