mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 04:25:22 +00:00
Second test is only valid in 32-bit mode.
llvm-svn: 62084
This commit is contained in:
parent
64eee612cf
commit
4479171ba3
@ -1,5 +1,5 @@
|
||||
// RUN: %llvmgcc -O2 -S %s -o - | not grep alloca
|
||||
// RUN: %llvmgcc -S %s -o - | grep store | not grep {align 8}
|
||||
// RUN: %llvmgcc -m32 -S %s -o - | grep store | not grep {align 8}
|
||||
|
||||
enum {
|
||||
PP_C,
|
||||
|
Loading…
Reference in New Issue
Block a user