diff options
-rw-r--r-- | test/Transforms/InstCombine/or.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/or.ll b/test/Transforms/InstCombine/or.ll index 921e5a9ef8..ef9297e91b 100644 --- a/test/Transforms/InstCombine/or.ll +++ b/test/Transforms/InstCombine/or.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: if as < %s | opt -instcombine | dis | grep or +; RUN: if as < %s | opt -instcombine | dis | grep or\ ; RUN: then exit 1 ; RUN: else exit 0 ; RUN: fi |