diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll b/llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll index 5183e5b0c05..6e4523aef4d 100644 --- a/llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll +++ b/llvm/test/CodeGen/X86/2008-06-13-SpillerCommuting.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -relocation-model=pic -stats |& grep {spiller - Number of instructions commuted} +; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -relocation-model=pic -disable-correct-folding -stats |& grep {spiller - Number of instructions commuted} %struct.CABAC_context_element = type { i8, i8 } %struct.MB_Info_CABAC = type { i8, i8, [2 x i8], i8, i8, i8, i16, i16, [4 x i8], [8 x %struct.MotionVector] } |