mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Remove this weak test.
llvm-svn: 107059
This commit is contained in:
parent
3e352b119e
commit
298511b3b4
@ -1,16 +0,0 @@
|
||||
// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -o %t.s
|
||||
// RUN: grep "# DW_TAG_formal_parameter" %t.s | count 4
|
||||
// Radar 8122864
|
||||
// XTARGET: x86,darwin
|
||||
static int foo(int a, int j) {
|
||||
int k = 0;
|
||||
if (a)
|
||||
k = a + j;
|
||||
else
|
||||
k = j;
|
||||
return k;
|
||||
}
|
||||
int bar(int o, int p) {
|
||||
|
||||
return foo(o, p);
|
||||
}
|
Loading…
Reference in New Issue
Block a user