mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 06:37:33 +00:00
allow this testcase to pass with recent changes. The test hasn't been
producing any stores at all for a long time, but ".store." was in some IR instruction names until recently. This removal caused the test to start failing. Just make it reject any stores. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d637c1a495
commit
f1787b055c
@ -1,5 +1,5 @@
|
||||
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
|
||||
// RUN: %llvmgcc -m32 -O2 -S %s -o - | grep store | not grep {align 8}
|
||||
// RUN: %llvmgcc -m32 -O2 -S %s -o - | not grep store
|
||||
|
||||
enum {
|
||||
PP_C,
|
||||
|
Loading…
x
Reference in New Issue
Block a user