diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-08-17 21:27:25 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-08-17 21:27:25 +0000 |
commit | 3d45a7739bae1e9c53c94ebb38c4339bd8ec0ca6 (patch) | |
tree | 825c63407c72606b4d8917681308f10d34a8640f | |
parent | 82b4550fb25ad578b6c8143b87a003fae7106cae (diff) |
[ms-inline asm] Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162134 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Sema/SemaStmtAsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmtAsm.cpp b/lib/Sema/SemaStmtAsm.cpp index c9e98614dd..0a7d980a9f 100644 --- a/lib/Sema/SemaStmtAsm.cpp +++ b/lib/Sema/SemaStmtAsm.cpp @@ -1,4 +1,4 @@ -//===--- SemaStmtAsm.cpp - Semantic Analysis for Statements ---------------===// +//===--- SemaStmtAsm.cpp - Semantic Analysis for Asm Statements -----------===// // // The LLVM Compiler Infrastructure // |