diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-08-28 21:11:24 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-08-28 21:11:24 +0000 |
commit | d1a8d2ef757ad880d48b2249a1619bf8209e9cf8 (patch) | |
tree | 6d01f0cc31cafcec528b508a1fb3c2610658b5ba /lib/CodeGen/CodeGenFunction.h | |
parent | c828620a03b20835a376f6f456a72e44599f4f87 (diff) |
[ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162796 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index b96ee2e14a..0e4e5e63c4 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -2002,7 +2002,6 @@ public: void EmitCaseStmt(const CaseStmt &S); void EmitCaseStmtRange(const CaseStmt &S); void EmitAsmStmt(const AsmStmt &S); - void EmitMSAsmStmt(const MSAsmStmt &S); void EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S); void EmitObjCAtTryStmt(const ObjCAtTryStmt &S); |