diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-15 06:16:57 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-15 06:16:57 +0000 |
commit | 6a6ac7e105d3c83c14a7412b01303e0967d49560 (patch) | |
tree | b0f790e1d2e893e5abd531b7dceea8b6e50f2a05 | |
parent | e29fa4c7a1a212ebda5a73a845a5006e428b45be (diff) | |
download | bcm5719-llvm-6a6ac7e105d3c83c14a7412b01303e0967d49560.tar.gz bcm5719-llvm-6a6ac7e105d3c83c14a7412b01303e0967d49560.zip |
Correct typo.
llvm-svn: 88831
-rw-r--r-- | llvm/test/Transforms/InstCombine/compare-signs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/compare-signs.ll b/llvm/test/Transforms/InstCombine/compare-signs.ll index 991020a0673..ba638ba36fc 100644 --- a/llvm/test/Transforms/InstCombine/compare-signs.ll +++ b/llvm/test/Transforms/InstCombine/compare-signs.ll @@ -1,4 +1,4 @@ -; RUN: opt %S -instcombine -S | FileCheck %S +; RUN: opt %s -instcombine -S | FileCheck %s ; PR5438 ; TODO: This should also optimize down. |