mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 21:09:21 +00:00
remove a broken test, this is matching nounwind on intrinsics, not the old unwind instruction
llvm-svn: 125188
This commit is contained in:
parent
dafc330bf6
commit
8abd838838
@ -1,10 +0,0 @@
|
||||
// RUN: %llvmgxx -xc++ %s -S -o - | grep unwind
|
||||
|
||||
struct S { ~S(); };
|
||||
|
||||
int mightthrow();
|
||||
|
||||
int test() {
|
||||
S s;
|
||||
mightthrow();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user