]> granicus.if.org Git - clang/commit
Revert "clang support gnu asm goto."
authorErich Keane <erich.keane@intel.com>
Thu, 30 May 2019 15:38:02 +0000 (15:38 +0000)
committerErich Keane <erich.keane@intel.com>
Thu, 30 May 2019 15:38:02 +0000 (15:38 +0000)
commita85622d923a899272c7acbd19210ba2f7bb88ab9
treecc34c8f4a412b46b55a0c8cd922d0ff50f8f95ad
parent3fe47eab4520a5fdfe3b83aa88ef6a9f46bc5330
Revert "clang support gnu asm goto."

This reverts commit 954ec09aed4f2be04bb5f4e10dbb4ea8bd19ef9a.

Reverting due to test failures as requested by Jennifer Yu.

Conflicts:
clang/test/CodeGen/asm-goto.c

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362106 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
include/clang/AST/Stmt.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/CFG.cpp
lib/CodeGen/CGStmt.cpp
lib/Parse/ParseStmtAsm.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/SemaStmtAsm.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/Analysis/asm-goto.cpp [deleted file]
test/CodeGen/asm-goto.c [deleted file]
test/CodeGen/asm.c
test/CodeGen/inline-asm-mixed-style.c
test/Coverage/c-language-features.inc
test/PCH/asm.h
test/Parser/asm.c
test/Parser/asm.cpp
test/Sema/asm-goto.cpp [deleted file]
test/Sema/asm.c
test/Sema/inline-asm-validate-tmpl.cpp
test/Sema/scope-check.c