]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
[C++11] Switch all uses of the llvm_move macro to use std::move
authorChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 04:08:41 +0000 (04:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 04:08:41 +0000 (04:08 +0000)
commit0a3eef53d7eb99bb902c40549d4170a5048c16c0
tree178095a36a69247047e7ac5d5e44a4417c3f5327
parentafad335cae8d1c811e2d4a9de843a36d36b4e8c5
[C++11] Switch all uses of the llvm_move macro to use std::move
directly, and remove the macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202612 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/ADT/DenseMap.h
include/llvm/Analysis/PtrUseVisitor.h
include/llvm/IR/PassManager.h
include/llvm/Support/Compiler.h
lib/Analysis/PtrUseVisitor.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/DebugInfo/DWARFDebugLoc.cpp
lib/IR/PassManager.cpp
lib/Support/ConstantRange.cpp
lib/Support/YAMLParser.cpp
lib/Transforms/Scalar/ConstantHoisting.cpp
unittests/ADT/SmallPtrSetTest.cpp
unittests/ADT/polymorphic_ptr_test.cpp
unittests/Support/Path.cpp
utils/yaml-bench/YAMLBench.cpp