mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +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. llvm-svn: 83895
This commit is contained in:
parent
4c946b403f
commit
6b0f2ed2a2
@ -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…
Reference in New Issue
Block a user