Add ArrayRef constructor from None, and do the cleanups that this constructor enables
authorDmitri Gribenko <gribozavr@gmail.com>
Sun, 5 May 2013 00:40:33 +0000 (00:40 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sun, 5 May 2013 00:40:33 +0000 (00:40 +0000)
commit5c332dbd30d9398ed25b30c3080506f7b8e92290
tree66a85762d2b59de508d5c89f88e85887ed4b972b
parent76be9bf67eaa4cb07b690c591a730c0689f5ec77
Add ArrayRef constructor from None, and do the cleanups that this constructor enables

Patch by Robert Wilhelm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181138 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/ADT/ArrayRef.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/IR/Intrinsics.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/Support/SourceMgr.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/ShrinkWrapping.cpp
lib/IR/ConstantsContext.h
lib/IR/PassManager.cpp
lib/IR/Type.cpp
lib/MC/MCParser/AsmParser.cpp
lib/Support/YAMLParser.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp