mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
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
This commit is contained in:
parent
64d4e61259
commit
36ab30102a
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user