InstCombine: Replace some never-null pointers with references. NFC
authorJustin Bogner <mail@justinbogner.com>
Fri, 5 Aug 2016 01:06:44 +0000 (01:06 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 5 Aug 2016 01:06:44 +0000 (01:06 +0000)
commit9979840f59b3db81910cfc4cccf61ddf2159faab
treeb525b6e57a18f3cd5c1f8e3b1b86f7f54b6a6f41
parent808d13ea49baf14ea67dc7db6b0669222603a9e8
InstCombine: Replace some never-null pointers with references. NFC

llvm-svn: 277792
13 files changed:
llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/lib/Transforms/InstCombine/InstCombineInternal.h
llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp