diff options
author | Anders Carlsson <andersca@mac.com> | 2010-01-30 22:25:16 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-01-30 22:25:16 +0000 |
commit | ff93dbd887e40588ed55d135037bb9287488b285 (patch) | |
tree | 3a88704be716f039310968c0050eeadd20c0c2a1 /lib/Frontend/PrintParserCallbacks.cpp | |
parent | 807b06157a1a5c050520fc194d32f16d22d423a8 (diff) |
Use IdentifierInfo * instead of std::string for the AsmStmt names.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PrintParserCallbacks.cpp')
-rw-r--r-- | lib/Frontend/PrintParserCallbacks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PrintParserCallbacks.cpp b/lib/Frontend/PrintParserCallbacks.cpp index 8f706e0371..6af33c20a6 100644 --- a/lib/Frontend/PrintParserCallbacks.cpp +++ b/lib/Frontend/PrintParserCallbacks.cpp @@ -391,7 +391,7 @@ namespace { bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, - const std::string *Names, + IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, ExprArg AsmString, |