From: Reid Spencer Date: Tue, 28 Nov 2006 06:14:06 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2c2148bc270f96e79bc7230e287409658452a9f5;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll b/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll index 7e045d85411..5bb2fe12b6f 100644 --- a/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll +++ b/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll @@ -1,4 +1,4 @@ -; The cast in this testcase is not eliminatable on a 32-bit target! +; The cast in this testcase is not eliminable on a 32-bit target! ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep inttoptr target endian = little