commit | 8ba2d5befc05ca73d3bac8708819bbbe759e2cf9 | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Wed Oct 21 23:28:00 2009 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Wed Oct 21 23:28:00 2009 +0000 |
tree | 86f4991953c35b62870c5621427dcdcd1f392bd8 | |
parent | e31cd34b8a7c58ef3ba3fef102b4281a84cb4ff8 [diff] [blame] |
Rename msasm to alignstack per review. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84795 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index 3e4c823..a8c1ef7 100644 --- a/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -678,7 +678,7 @@ if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) { Record.push_back(unsigned(IA->hasSideEffects()) | - unsigned(IA->isMsAsm()) << 1); + unsigned(IA->isAlignStack()) << 1); // Add the asm string. const std::string &AsmStr = IA->getAsmString();