Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/PowerPC/empty-functions.ll @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | 95c75e76d11b |
children | 60c9769439b8 |
line wrap: on
line source
; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s ; RUN: llc < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s ; RUN: llc < %s -mtriple=powerpc-netbsd -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s define void @func() { entry: unreachable } ; CHECK-NO-FP: _func: ; CHECK-NO-FP: nop ; CHECK-FP: {{_?}}func: ; CHECK-FP: nop {{[;#]}} avoids zero-length function