[all-commits] [llvm/llvm-project] 44cdae: [CodeGenPrepare] Delete dead !DL check
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Feb 2 09:49:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 44cdae68c3b8068750e3f6edcccad99e091ce922
https://github.com/llvm/llvm-project/commit/44cdae68c3b8068750e3f6edcccad99e091ce922
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-02 (Sun, 02 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/CodeGenPrepare.cpp
Log Message:
-----------
[CodeGenPrepare] Delete dead !DL check
Follow-up for D73754
DL is assigned in CodeGenPrepare::runOnFunction and is guaranteed to be
non-null.
More information about the All-commits
mailing list