diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-09-11 17:08:17 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-09-11 17:08:17 +0000 |
commit | 9d677131c441dd238f8d5b218b1cb9ef47cac5c2 (patch) | |
tree | 18ddd8a1fbcf1c419e5309ed03eb266184c1d42d /llvm/lib/Target/ARM/ARMISelLowering.h | |
parent | 25b5bd27eac26c75998eee7dff99b7af4b2e7884 (diff) | |
download | bcm5719-llvm-9d677131c441dd238f8d5b218b1cb9ef47cac5c2.tar.gz bcm5719-llvm-9d677131c441dd238f8d5b218b1cb9ef47cac5c2.zip |
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
This lets us generalize its usage to the other atomic instructions.
llvm-svn: 247428
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index a9009de5169..5f28ef60ff8 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -438,7 +438,7 @@ namespace llvm { bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override; bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override; - TargetLoweringBase::AtomicRMWExpansionKind + TargetLoweringBase::AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *AI) const override; bool useLoadStackGuardNode() const override; |