1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=i686
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=x86_64
5 define void @test_wbinvd() {
6 ; i686-LABEL: test_wbinvd:
11 ; x86_64-LABEL: test_wbinvd:
15 call void @llvm.x86.wbinvd()
19 declare void @llvm.x86.wbinvd()