GlobalMerge: move "-global-merge" option to the pass itself.
authorTim Northover <tnorthover@apple.com>
Tue, 18 Feb 2014 11:17:29 +0000 (11:17 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 18 Feb 2014 11:17:29 +0000 (11:17 +0000)
commit4bcb9852959dd9373ea9591df9aaffb5a6c9e08e
tree835f54d99fde8fa47e6d58028293f65312b6bff2
parentd729dfc96e0c8d6a5562872a4cd0a9de12275c90
GlobalMerge: move "-global-merge" option to the pass itself.

It's rather odd to have the flag enabling and disabling this pass only affect a
single target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMTargetMachine.cpp
lib/Transforms/Scalar/GlobalMerge.cpp