diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp index 4481e073bb1..589abaa5f7c 100644 --- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp @@ -9562,8 +9562,6 @@ static SDValue replaceSplatVectorStore(SelectionDAG &DAG, StoreSDNode &St) {  static SDValue splitStores(SDNode *N, TargetLowering::DAGCombinerInfo &DCI,                             SelectionDAG &DAG,                             const AArch64Subtarget *Subtarget) { -  if (!DCI.isBeforeLegalize()) -    return SDValue();    StoreSDNode *S = cast<StoreSDNode>(N);    if (S->isVolatile() || S->isIndexed()) | 

