From 6a6ac7e105d3c83c14a7412b01303e0967d49560 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 15 Nov 2009 06:16:57 +0000 Subject: Correct typo. llvm-svn: 88831 --- llvm/test/Transforms/InstCombine/compare-signs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') 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. -- cgit v1.2.3