Mercurial > hg > CbC > CbC_llvm
view test/CodeGen/Thumb/frame_thumb.ll @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 95c75e76d11b |
children | c2174574ed3a |
line wrap: on
line source
; RUN: llc < %s -mtriple=thumb-apple-darwin \ ; RUN: -disable-fp-elim | not grep "r11" ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \ ; RUN: -disable-fp-elim | not grep "r11" define i32 @f() { entry: ret i32 10 }