We're not that much into metals.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227696
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: FileCheck --check-prefix=OMIT_LEAF %s
// OMIT_LEAF: "-momit-leaf-frame-pointer"
-// On the PS4, we default to omitting the frame pointer on lead functions
+// On the PS4, we default to omitting the frame pointer on leaf functions
// (OMIT_LEAF check line is above)
// RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
// RUN: FileCheck --check-prefix=OMIT_LEAF %s