mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Make the grep line in this test more specific, to avoid
unintended matches. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
340482dcc0
commit
784025039f
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -disable-mmx -o %t -f
|
||||
; RUN: grep divdi3 %t | count 2
|
||||
; RUN: grep {call.*divdi3} %t | count 2
|
||||
|
||||
|
||||
; Test case for r63760 where we generate a legalization assert that an illegal
|
||||
@ -12,4 +12,4 @@
|
||||
define <2 x i64> @test_long_div(<2 x i64> %num, <2 x i64> %div) {
|
||||
%div.r = sdiv <2 x i64> %num, %div
|
||||
ret <2 x i64> %div.r
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user