From 052d9cb0a88a453fef8f8e1e9b749e2fc94d7f96 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 15 Nov 2009 06:16:57 +0000 Subject: [PATCH] Correct typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88831 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/compare-signs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/compare-signs.ll b/test/Transforms/InstCombine/compare-signs.ll index 991020a0673..ba638ba36fc 100644 --- a/test/Transforms/InstCombine/compare-signs.ll +++ b/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.