Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Hexagon/checktabs.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | |
children |
line wrap: on
line source
; RUN: llc -march=hexagon < %s | FileCheck --strict-whitespace %s ; Make sure we are emitting tabs as formatting. ; CHECK: { ; CHECK-NEXT: {{jump|r}} define i32 @foobar(i32 %a, i32 %b) { %1 = add i32 %a, %b ret i32 %1 }