diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 18:00:52 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 18:00:52 +0000 |
| commit | 3d1027193fca9b338b03628d083fbee42778fb4f (patch) | |
| tree | 37611e15952f087953db4e00801ea0f9c295c74e /llvm/test/Regression/Transforms/InstCombine/call.ll | |
| parent | 7354395590df104f9c91b97b3aaed1c0b4caf8cb (diff) | |
| download | bcm5719-llvm-3d1027193fca9b338b03628d083fbee42778fb4f.tar.gz bcm5719-llvm-3d1027193fca9b338b03628d083fbee42778fb4f.zip | |
For PR950:
Changes for new cast instructions that are backwards compatible.
llvm-svn: 31707
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/call.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/call.ll b/llvm/test/Regression/Transforms/InstCombine/call.ll index 51ae351629a..f721f3569fa 100644 --- a/llvm/test/Regression/Transforms/InstCombine/call.ll +++ b/llvm/test/Regression/Transforms/InstCombine/call.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep call | not grep cast +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep call | notcast implementation |

