summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-08 05:11:37 +0000
committerAlp Toker <alp@nuanti.com>2014-06-08 05:11:37 +0000
commit1039927808580adcec15be01b7dfb2278f65dc2f (patch)
tree8ebd873c1a1538fbc81f4ff99a2cf1e3ae626e7a /clang/lib/Sema/SemaStmtAsm.cpp
parentf945e7b672f79c1b8d749aec9f0a9948d783e2b2 (diff)
downloadbcm5719-llvm-1039927808580adcec15be01b7dfb2278f65dc2f.tar.gz
bcm5719-llvm-1039927808580adcec15be01b7dfb2278f65dc2f.zip
Don't include llvm/MC/MCParser throughout all of Sema
Requires LLVM r210417. llvm-svn: 210418
Diffstat (limited to 'clang/lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--clang/lib/Sema/SemaStmtAsm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaStmtAsm.cpp b/clang/lib/Sema/SemaStmtAsm.cpp
index 276ead78be3..fdab947a477 100644
--- a/clang/lib/Sema/SemaStmtAsm.cpp
+++ b/clang/lib/Sema/SemaStmtAsm.cpp
@@ -21,6 +21,7 @@
#include "clang/Sema/ScopeInfo.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/BitVector.h"
+#include "llvm/MC/MCParser/MCAsmParser.h"
using namespace clang;
using namespace sema;
@@ -370,7 +371,7 @@ StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
ExprResult Sema::LookupInlineAsmIdentifier(CXXScopeSpec &SS,
SourceLocation TemplateKWLoc,
UnqualifiedId &Id,
- InlineAsmIdentifierInfo &Info,
+ llvm::InlineAsmIdentifierInfo &Info,
bool IsUnevaluatedContext) {
Info.clear();
OpenPOWER on IntegriCloud