brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · f85c0ae Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s3 4define void @test() {5; CHECK-LABEL: test:6; CHECK:       # %bb.0:7; CHECK-NEXT:    lock orl $0, (%esp)8; CHECK-NEXT:    retl9	fence seq_cst10	ret void11}12