mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
fix this test so that the fn name doesn't match the regex
llvm-svn: 47608
This commit is contained in:
parent
b35d15edf9
commit
9d19e558b7
@ -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