summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-27 20:23:31 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-27 20:23:31 +0000
commit3b0c2607ef7657c8ad27fa4651f46b1d7bf83907 (patch)
treea50e65c1c23841226ebf549dbe79f4b34f8f3e2d /clang/lib/CodeGen/CGStmt.cpp
parent1a61674f5acb8dff4cc43857fe80b454030b0cdb (diff)
downloadbcm5719-llvm-3b0c2607ef7657c8ad27fa4651f46b1d7bf83907.tar.gz
bcm5719-llvm-3b0c2607ef7657c8ad27fa4651f46b1d7bf83907.zip
[ms-inline asm] Rename GenerateAsmString to generateAsmString to conform with
coding standards. Also, add stub for MSAsmStmt class as part of unifying codegen logic for AsmStmts. llvm-svn: 162696
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index 4d3b4857f4e..747dd5425f4 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -1397,7 +1397,7 @@ static llvm::MDNode *getAsmSrcLocInfo(const StringLiteral *Str,
void CodeGenFunction::EmitGCCAsmStmt(const GCCAsmStmt &S) {
// Assemble the final asm string.
- std::string AsmString = S.GenerateAsmString(getContext());
+ std::string AsmString = S.generateAsmString(getContext());
// Get all the output and input constraints together.
SmallVector<TargetInfo::ConstraintInfo, 4> OutputConstraintInfos;
OpenPOWER on IntegriCloud