Regression test for the Instruction Combining optimizization.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 21 Jul 2003 19:41:51 +0000 (19:41 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 21 Jul 2003 19:41:51 +0000 (19:41 +0000)
commitcf2a7385ddc65313b9a5b7c5786ae609e4881bc4
tree2307c46e7929864f51426637255890a398574b6c
parent432312d8bf3242cd6f6af4168f7b6410f6ee6895
Regression test for the Instruction Combining optimizization.
This test helps to see if the optimization correctly handles variables that
are declared constant and external.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7215 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll [new file with mode: 0644]