llvm-6502/lib
Rafael Espindola 6d66a1cd2f Pass a && to getLazyBitcodeModule.
This forces callers to use std::move when calling it. It is somewhat odd to have
code with std::move that doesn't always move, but it is also odd to have code
without std::move that sometimes moves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217049 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-03 17:31:46 +00:00
..
Analysis Add override to overriden virtual methods, remove virtual keywords. 2014-09-03 11:41:21 +00:00
AsmParser
Bitcode Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
CodeGen
DebugInfo
ExecutionEngine Add override to overriden virtual methods, remove virtual keywords. 2014-09-03 11:41:21 +00:00
IR
IRReader Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
LineEditor
Linker
LTO
MC Add override to overriden virtual methods, remove virtual keywords. 2014-09-03 11:41:21 +00:00
Object Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
Option
ProfileData
Support
TableGen
Target R600/SI: Add a pattern for i64 and in a branch 2014-09-03 15:22:41 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile