diff options
Diffstat (limited to 'test/CodeGen/X86/crash.ll')
| -rw-r--r-- | test/CodeGen/X86/crash.ll | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/crash.ll b/test/CodeGen/X86/crash.ll index 4bdb2ddfab62..537a09b1c607 100644 --- a/test/CodeGen/X86/crash.ll +++ b/test/CodeGen/X86/crash.ll @@ -1,6 +1,6 @@  ; REQUIRES: asserts -; RUN: llc -march=x86 -no-integrated-as < %s -verify-machineinstrs -precompute-phys-liveness -; RUN: llc -march=x86-64 -no-integrated-as < %s -verify-machineinstrs -precompute-phys-liveness +; RUN: llc -mtriple=i686-- -no-integrated-as < %s -verify-machineinstrs -precompute-phys-liveness +; RUN: llc -mtriple=x86_64-- -no-integrated-as < %s -verify-machineinstrs -precompute-phys-liveness  ; PR6497 @@ -481,10 +481,10 @@ declare void @fn3(...)  ; Check coalescing of IMPLICIT_DEF instructions:  ; -; %vreg1 = IMPLICIT_DEF -; %vreg2 = MOV32r0 +; %1 = IMPLICIT_DEF +; %2 = MOV32r0  ; -; When coalescing %vreg1 and %vreg2, the IMPLICIT_DEF instruction should be +; When coalescing %1 and %2, the IMPLICIT_DEF instruction should be  ; erased along with its value number.  ;  define void @rdar12474033() nounwind ssp {  | 
