[PGO] Revert revision r254021,r254028,r254035
authorRong Xu <xur@google.com>
Tue, 24 Nov 2015 23:49:08 +0000 (23:49 +0000)
committerRong Xu <xur@google.com>
Tue, 24 Nov 2015 23:49:08 +0000 (23:49 +0000)
commit9443e66cd9fdef72cc7311019b6eb95ba56396db
tree08a5971c017e8ea0ee9c3f278148f6657b03ac78
parent7de0a38604735add9cc9959d99b44fa5ebe6fe19
[PGO] Revert revision r254021,r254028,r254035

Revert the above revision due to multiple issues.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254040 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/IR/DiagnosticInfo.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Instrumentation.h
lib/IR/DiagnosticInfo.cpp
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/Instrumentation/CFGMST.h [deleted file]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/LLVMBuild.txt
lib/Transforms/Instrumentation/PGOInstrumentation.cpp [deleted file]
test/Transforms/PGOProfile/branch1_gen.ll [deleted file]
test/Transforms/PGOProfile/branch2_gen.ll [deleted file]
test/Transforms/PGOProfile/criticaledge_gen.ll [deleted file]
test/Transforms/PGOProfile/criticaledge_use.ll [deleted file]
test/Transforms/PGOProfile/landingpad_gen.ll [deleted file]
test/Transforms/PGOProfile/loop3_gen.ll [deleted file]
test/Transforms/PGOProfile/loop3_use.ll [deleted file]
test/Transforms/PGOProfile/noprofile_use.ll [deleted file]
test/Transforms/PGOProfile/switch_gen.ll [deleted file]
test/Transforms/PGOProfile/switch_use.ll [deleted file]