12 lines · plain
1; RUN: llc < %s -mtriple=x86_64-- -mattr=+rtm | FileCheck %s2 3declare i32 @llvm.x86.xtest() nounwind4 5define i32 @test_xtest() nounwind uwtable {6entry:7 %0 = tail call i32 @llvm.x86.xtest() nounwind8 ret i32 %09; CHECK: test_xtest10; CHECK: xtest11}12