diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-28 06:14:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-28 06:14:06 +0000 |
commit | 2c2148bc270f96e79bc7230e287409658452a9f5 (patch) | |
tree | 5dcb2f826b1a935245ad19c300ebca51c61fde9b /test/Transforms | |
parent | 38b0e7bbf2590f99122a2535d16f34bd12c3bb24 (diff) |
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')
-rw-r--r-- | test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll | 2 |
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 |