diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-02-26 18:13:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-02-26 18:13:51 +0000 |
| commit | a39cff3aaa8ee681fd1e59484da84a7cb9bcf39d (patch) | |
| tree | b92b9fb84f194adc063ed2b56192d64f84fad484 /llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll | |
| parent | ae682fb940835eb06e2e10f909b820ec147523c0 (diff) | |
| download | bcm5719-llvm-a39cff3aaa8ee681fd1e59484da84a7cb9bcf39d.tar.gz bcm5719-llvm-a39cff3aaa8ee681fd1e59484da84a7cb9bcf39d.zip | |
fix this test so that the fn name doesn't match the regex
llvm-svn: 47608
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll b/llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll index 9560e450cae..a74e98d4486 100644 --- a/llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll +++ b/llvm/test/Transforms/InstCombine/2008-02-23-MulSub.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep mul -define i26 @mul_283(i26 %a) nounwind { +define i26 @test(i26 %a) nounwind { entry: %_add = mul i26 %a, 2885 ; <i26> [#uses=1] %_shl2 = mul i26 %a, 2884 ; <i26> [#uses=1] |

