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 | 9a18e771d87651a220c0ae696fc765538b6f003d (patch) | |
tree | d8ca6e424eac37bd25bafe1633652acc53332f2d /test/Transforms | |
parent | 2b9c10038706500b1228f494e603070c82cab028 (diff) | |
download | external_llvm-9a18e771d87651a220c0ae696fc765538b6f003d.zip external_llvm-9a18e771d87651a220c0ae696fc765538b6f003d.tar.gz external_llvm-9a18e771d87651a220c0ae696fc765538b6f003d.tar.bz2 |
fix this test so that the fn name doesn't match the regex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/InstCombine/2008-02-23-MulSub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-02-23-MulSub.ll b/test/Transforms/InstCombine/2008-02-23-MulSub.ll index 9560e45..a74e98d 100644 --- a/test/Transforms/InstCombine/2008-02-23-MulSub.ll +++ b/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] |