[PATCH] D11949: [MIPS] Use arch values for lock-free atomic operations
Petar Jovanovic via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 14:28:21 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL244675: [MIPS] Use arch values for lock-free atomic operations (authored by petarj).
Changed prior to commit:
http://reviews.llvm.org/D11949?vs=31830&id=31864#toc
Repository:
rL LLVM
http://reviews.llvm.org/D11949
Files:
cfe/trunk/lib/Basic/Targets.cpp
Index: cfe/trunk/lib/Basic/Targets.cpp
===================================================================
--- cfe/trunk/lib/Basic/Targets.cpp
+++ cfe/trunk/lib/Basic/Targets.cpp
@@ -6842,8 +6842,7 @@
class NaClMips32ELTargetInfo : public Mips32ELTargetInfo {
public:
NaClMips32ELTargetInfo(const llvm::Triple &Triple) :
- Mips32ELTargetInfo(Triple) {
- MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 0;
+ Mips32ELTargetInfo(Triple) {
}
BuiltinVaListKind getBuiltinVaListKind() const override {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11949.31864.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150811/3c051598/attachment.bin>
More information about the cfe-commits
mailing list