[Modules] Move the NoFolder into the IR library as it creates
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:05:47 +0000 (12:05 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:05:47 +0000 (12:05 +0000)
commitff956e7568a4d88762cd038497d97498c680e70c
tree16c3e932841c78efd01a8bcbc4fc0d027a8367b4
parent9234e060659bec52046187e4123ceb784264036c
[Modules] Move the NoFolder into the IR library as it creates
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202834 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/NoFolder.h [new file with mode: 0644]
include/llvm/Support/NoFolder.h [deleted file]
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/PatternMatch.cpp