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