[llvm-commits] [llvm] r47608 - /llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll

Chris Lattner sabre at nondot.org
Tue Feb 26 10:13:52 PST 2008


Author: lattner
Date: Tue Feb 26 12:13:51 2008
New Revision: 47608

URL: http://llvm.org/viewvc/llvm-project?rev=47608&view=rev
Log:
fix this test so that the fn name doesn't match the regex

Modified:
    llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll

Modified: llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll?rev=47608&r1=47607&r2=47608&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2008-02-23-MulSub.ll Tue Feb 26 12:13:51 2008
@@ -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]





More information about the llvm-commits mailing list