diff options
Diffstat (limited to 'test/CodeGen/X86/remat-scalar-zero.ll')
-rw-r--r-- | test/CodeGen/X86/remat-scalar-zero.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/remat-scalar-zero.ll b/test/CodeGen/X86/remat-scalar-zero.ll index 2da96aba5531..f6f0ed10b514 100644 --- a/test/CodeGen/X86/remat-scalar-zero.ll +++ b/test/CodeGen/X86/remat-scalar-zero.ll @@ -1,3 +1,4 @@ +; XFAIL: * ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu > %t ; RUN: not grep xor %t ; RUN: not grep movap %t |