1; RUN: llc < %s -mtriple=x86_64 -stop-after=finalize-isel -simplify-mir | FileCheck %s 2 3define void @f() { 4 ret void 5} 6