diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll b/llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll index 10a08ddc0f7..35bb45e2b91 100644 --- a/llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll +++ b/llvm/test/Transforms/InstCombine/2006-11-03-Memmove64.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -S | \ +; RUN: opt < %s -instcombine -S | \ ; RUN: not grep memmove.i32 ; Instcombine was trying to turn this into a memmove.i32 |

