Commit b5e470aa authored by Michael Liao's avatar Michael Liao
Browse files

[LowerMemIntrinsics] Typo fix.

parent 2f3b7389
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy,
        /* DestAlign */ Memcpy->getDestAlign().valueOrOne(),
        /* SrcIsVolatile */ Memcpy->isVolatile(),
        /* DstIsVolatile */ Memcpy->isVolatile(),
        /* TargetTransfomrInfo */ TTI);
        /* TargetTransformInfo */ TTI);
  }
}