mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Fix this test: llvm-gcc-4.2 optimizes almost everything away,
resulting in zero matches, while llvm-gcc-4.1 manages to remove one pointless selector changing the number of matches. llvm-svn: 41494
This commit is contained in:
parent
123b8effaa
commit
a0c8b8e201
@ -1,6 +1,6 @@
|
||||
// RUN: %llvmgxx %s -S -emit-llvm -O2 -o - | \
|
||||
// RUN: %llvmgxx %s -S -O2 -o - | \
|
||||
// RUN: ignore grep {eh\.selector.*One.*Two.*Three.*Four.*Five.*Six.*null} | \
|
||||
// RUN: wc -l | grep {\[02\]}
|
||||
// RUN: wc -l | grep {\[01\]}
|
||||
|
||||
extern void X(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user