Replace repeated null checks with an assert. NFC.
authorSanjay Patel <spatel@rotateright.com>
Mon, 15 Sep 2014 21:52:51 +0000 (21:52 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 15 Sep 2014 21:52:51 +0000 (21:52 +0000)
commitec6117cf1d2ce4d6bac3f0883e4465d7d949f75d
tree4d1c0fd27ef25b986340925cabbd49f86b40cae7
parent9885a59108ea44a71fd6e7cbeb516072c5cad362
Replace repeated null checks with an assert. NFC.

Without a vector to hold the created ops, these
functions don't have any use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/TargetLowering.cpp