diff options
Diffstat (limited to 'test/CodeGen/X86/2005-01-17-CycleInDAG.ll')
-rw-r--r-- | test/CodeGen/X86/2005-01-17-CycleInDAG.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2005-01-17-CycleInDAG.ll b/test/CodeGen/X86/2005-01-17-CycleInDAG.ll index fdfed6cf41..6925bb01a4 100644 --- a/test/CodeGen/X86/2005-01-17-CycleInDAG.ll +++ b/test/CodeGen/X86/2005-01-17-CycleInDAG.ll @@ -3,7 +3,7 @@ ; is invalid code (there is no correct way to order the instruction). Check ; that we do not fold the load into the sub. -; RUN: llvm-as < %s | llc -march=x86 -disable-pattern-isel=0 | not grep 'sub.*GLOBAL' +; RUN: llvm-as < %s | llc -march=x86 | not grep 'sub.*GLOBAL' %GLOBAL = external global int |