From e0410a11814d5923395775f889a11b11405dd8f1 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 991020a067..ba638ba36f 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. -- 2.11.4.GIT