diff options
Diffstat (limited to 'test/CodeGen/X86/2011-11-09-FoldImpDefs.ll')
-rw-r--r-- | test/CodeGen/X86/2011-11-09-FoldImpDefs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-11-09-FoldImpDefs.ll b/test/CodeGen/X86/2011-11-09-FoldImpDefs.ll index 095d8c68c2..029aa91658 100644 --- a/test/CodeGen/X86/2011-11-09-FoldImpDefs.ll +++ b/test/CodeGen/X86/2011-11-09-FoldImpDefs.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -verify-regalloc | FileCheck %s +; RUN: llc < %s -disable-cgp-delete-dead-blocks -verify-regalloc | FileCheck %s ; PR11347 ; ; This test case materializes the constant 1 in a register: |