diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll b/llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll index 7e045d85411..5bb2fe12b6f 100644 --- a/llvm/test/Regression/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll +++ b/llvm/test/Regression/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 |

