mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
fix this regtest
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09b6ac92d8
commit
55d7244f69
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -fast -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx'
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 | not grep 'movl %eax, %edx'
|
||||
|
||||
int %foo(int %t, int %C) {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user