summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-28 06:14:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-28 06:14:06 +0000
commit2c2148bc270f96e79bc7230e287409658452a9f5 (patch)
tree5dcb2f826b1a935245ad19c300ebca51c61fde9b /test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
parent38b0e7bbf2590f99122a2535d16f34bd12c3bb24 (diff)
downloadllvm-2c2148bc270f96e79bc7230e287409658452a9f5.tar.gz
llvm-2c2148bc270f96e79bc7230e287409658452a9f5.tar.bz2
llvm-2c2148bc270f96e79bc7230e287409658452a9f5.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll')
-rw-r--r--test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll b/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
index 7e045d8541..5bb2fe12b6 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