From 36ab30102a220a5d1e3e3ac062790fca218a38df Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 26 Feb 2008 18:13:51 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/2008-02-23-MulSub.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/2008-02-23-MulSub.ll b/test/Transforms/InstCombine/2008-02-23-MulSub.ll index 9560e450cae..a74e98d4486 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 ; [#uses=1] %_shl2 = mul i26 %a, 2884 ; [#uses=1] -- 2.34.1