diff options
author | Owen Anderson <resistor@mac.com> | 2010-09-03 16:58:25 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-09-03 16:58:25 +0000 |
commit | ba4d0a005ce1450635faa87337db8cfd746ae6fc (patch) | |
tree | 716b3e52920c31bfaf3cda5ba576dd2632819fba /test/Transforms/CorrelatedValuePropagation | |
parent | a7236d3a924e75cef0834dc2a6f5776a276d1ba7 (diff) |
Add PR number to test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/CorrelatedValuePropagation')
-rw-r--r-- | test/Transforms/CorrelatedValuePropagation/basic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/CorrelatedValuePropagation/basic.ll b/test/Transforms/CorrelatedValuePropagation/basic.ll index b210d37f1b..9a9fc0f639 100644 --- a/test/Transforms/CorrelatedValuePropagation/basic.ll +++ b/test/Transforms/CorrelatedValuePropagation/basic.ll @@ -16,6 +16,7 @@ exit: ; preds = %0 ret i32 10 } +; PR4420 declare i1 @ext() ; CHECK: @test2 define i1 @test2() { |