mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Remove this weak test.
llvm-svn: 107059
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user