mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
c321a29f0e
llvm-svn: 350013
12 lines
292 B
LLVM
12 lines
292 B
LLVM
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
|
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s
|
|
|
|
define void @test() {
|
|
; CHECK-LABEL: test:
|
|
; CHECK: # %bb.0:
|
|
; CHECK-NEXT: lock orl $0, (%esp)
|
|
; CHECK-NEXT: retl
|
|
fence seq_cst
|
|
ret void
|
|
}
|