projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c62701
)
[ms-inline asm] Add a comment about the determinism of the rewrite sort.
author
Chad Rosier
<mcrosier@apple.com>
Wed, 13 Feb 2013 21:27:17 +0000
(21:27 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Wed, 13 Feb 2013 21:27:17 +0000
(21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175082
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCParser/AsmParser.cpp
b/lib/MC/MCParser/AsmParser.cpp
index 2cce8b0e43fc4ffc9cf3eaccb18bd0bc94ddec63..aa07ecb4e5d51cd7776b2efe1a6fed5ca9f196c1 100644
(file)
--- a/
lib/MC/MCParser/AsmParser.cpp
+++ b/
lib/MC/MCParser/AsmParser.cpp
@@
-4030,6
+4030,8
@@
bool AsmParser::ParseDirectiveMSAlign(SMLoc IDLoc, ParseStatementInfo &Info) {
return false;
}
+// We are comparing pointers, but the pointers are relative to a single string.
+// Thus, this should always be deterministic.
static int RewritesSort (const void *A, const void *B) {
const AsmRewrite *AsmRewriteA = static_cast<const AsmRewrite*>(A);
const AsmRewrite *AsmRewriteB = static_cast<const AsmRewrite*>(B);