Adding an additional test to ensure the frame pointer is emitted

when compiling with optimization when PS4 is the target.

llvm-svn: 279603
This commit is contained in:
Douglas Yung 2016-08-24 02:02:32 +00:00
parent 733fe3676c
commit 8702e44057
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@
// (OMIT_LEAF check line is above)
// RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
// RUN: FileCheck --check-prefix=OMIT_LEAF %s
// RUN: %clang -### -target x86_64-scei-ps4 -S -O2 %s 2>&1 | \
// RUN: FileCheck --check-prefix=OMIT_LEAF %s
void f0() {}
void f1() { f0(); }