diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr9127.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pr9127.ll | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/pr9127.ll b/llvm/test/CodeGen/X86/pr9127.ll index 45b0c6c7870..9b251f57e0e 100644 --- a/llvm/test/CodeGen/X86/pr9127.ll +++ b/llvm/test/CodeGen/X86/pr9127.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=x86-64 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-win32 < %s | FileCheck %s  define i8 @foobar(double %d, double* %x) {  entry: @@ -9,4 +10,4 @@ entry:  }  ; test that the load is folded. -; CHECK: ucomisd	(%rdi), %xmm0 +; CHECK: ucomisd	(%{{rdi|rdx}}), %xmm0  | 

