]> granicus.if.org Git - clang/commit
Split out inline asm parsing into ParseStmtAsm.cpp
authorAlp Toker <alp@nuanti.com>
Sun, 8 Jun 2014 05:40:04 +0000 (05:40 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 8 Jun 2014 05:40:04 +0000 (05:40 +0000)
commitfe9046f3ef2a3e82ca0d9d2de72cafdafdea9294
treef4db3edb2826a9753912064039f91eb7406dce29
parentf5b2ca5410df2e33029ff56e2d71d86441613136
Split out inline asm parsing into ParseStmtAsm.cpp

This change isolates various llvm/MC headers from the rest of the parser and
better aligns with the existing SemaStmtAsm.cpp.

No change in functionality, code move only.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210420 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/CMakeLists.txt
lib/Parse/ParseStmt.cpp
lib/Parse/ParseStmtAsm.cpp [new file with mode: 0644]