blob: e89a28e2a812bc26cfb18d118266880a66c0f548 [file] [log] [blame] [edit]
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
; RUN: llc -mtriple x86_64-unknown-linux-gnu -enable-new-pm -o - %s | FileCheck %s
define void @test() {
; CHECK-LABEL: test:
; CHECK: # %bb.0:
; CHECK-NEXT: retq
ret void
}