mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e9c8fa095e
commit
d58cf12382
@ -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…
x
Reference in New Issue
Block a user