mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Make this grep line a little more specific so that it doesn't
accidentally match something unrelated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6afd198fd8
commit
a96f119803
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 > %t
|
||||
; RUN: grep negl %t | count 1
|
||||
; RUN: not grep sub %t
|
||||
; RUN: not grep {sub\[bwlq\]} %t
|
||||
; RUN: grep mov %t | count 1
|
||||
; RUN: grep {leal -4(} %t | count 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user