2018-12-23 09:54:41 +08:00
|
|
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
2017-08-02 08:28:10 +08:00
|
|
|
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s
|
2010-07-22 10:48:34 +08:00
|
|
|
|
|
|
|
define void @test() {
|
2018-12-23 09:54:41 +08:00
|
|
|
; CHECK-LABEL: test:
|
|
|
|
; CHECK: # %bb.0:
|
2018-12-23 09:54:43 +08:00
|
|
|
; CHECK-NEXT: lock orl $0, (%esp)
|
2018-12-23 09:54:41 +08:00
|
|
|
; CHECK-NEXT: retl
|
2011-09-27 08:17:29 +08:00
|
|
|
fence seq_cst
|
2010-07-22 10:48:34 +08:00
|
|
|
ret void
|
2011-09-27 08:17:29 +08:00
|
|
|
}
|