[X86] Add fxsr feature flag for fxsave/fxrestore instructions.
[oota-llvm.git] / test / CodeGen / X86 / system-intrinsics-64.ll
index 96c441773390240f8d552c6e910d40e4ba43f294..e18a79c2b61477d53c4e90205678be5947d597cc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+fxsr | FileCheck %s
 
 define void @test_fxsave(i8* %ptr) {
 ; CHECK-LABEL: test_fxsave