llvm-svn: 202254
This commit is contained in:
Tobias Grosser
2014-02-26 10:21:56 +00:00
parent 737285e02d
commit bd25bebf75

View File

@@ -320,7 +320,7 @@ BackendConsumer::InlineAsmDiagHandler(const llvm::DiagnosticInfoInlineAsm &D) {
std::string Message = D.getMsgStr().str();
// If this problem has clang-level source location information, report the
// issue as being a prbolem in the source with a note showing the instantiated
// issue as being a problem in the source with a note showing the instantiated
// code.
SourceLocation LocCookie =
SourceLocation::getFromRawEncoding(D.getLocCookie());