mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
f9268a010f
llvm-svn: 344791
11 lines
184 B
LLVM
11 lines
184 B
LLVM
; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
|
|
|
|
; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
|
|
|
|
define i1 @f0() #0 {
|
|
b0:
|
|
ret i1 false
|
|
}
|
|
|
|
attributes #0 = { nounwind "target-cpu"="hexagonv5" }
|