mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
43f8619548
On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
8 lines
137 B
LLVM
8 lines
137 B
LLVM
; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
|
|
|
|
define i32 @foo() {
|
|
ret i32 0
|
|
}
|
|
|
|
; CHECK: .set @feat.00, 1
|