diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/empty-functions.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/empty-functions.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/PowerPC/empty-functions.ll b/llvm/test/CodeGen/PowerPC/empty-functions.ll index 160345c97d9..4f36c49e3bb 100644 --- a/llvm/test/CodeGen/PowerPC/empty-functions.ll +++ b/llvm/test/CodeGen/PowerPC/empty-functions.ll @@ -1,5 +1,3 @@ -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-MACHO %s -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-MACHO %s ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s @@ -8,13 +6,6 @@ entry: unreachable } -; MachO cannot handle an empty function. -; CHECK-MACHO: _func: -; CHECK-MACHO-NEXT: .cfi_startproc -; CHECK-MACHO-NEXT: {{^}}; -; CHECK-MACHO-NEXT: nop -; CHECK-MACHO-NEXT: .cfi_endproc - ; An empty function is perfectly fine on ELF. ; LINUX-NO-FP: func: ; LINUX-NO-FP-NEXT: {{^}}.L[[BEGIN:.*]]:{{$}} |