OSDN Git Service

CodeGen: Make the global-merge pass independently testable, and add a test.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 19 May 2016 04:38:56 +0000 (04:38 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 19 May 2016 04:38:56 +0000 (04:38 +0000)
commit28f667b461cbb71d7f997f1311d6f944d0cb8f9f
treef272eaba12e2ae53bee3802bb91607510ab4d1ce
parentc77570e06279645eed75c91bf17b05474a707840
CodeGen: Make the global-merge pass independently testable, and add a test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270023 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalMerge.cpp
test/Transforms/GlobalMerge/basic.ll [new file with mode: 0644]
tools/opt/opt.cpp