diff options
Diffstat (limited to 'llvm/test/Regression/Assembler/ConstantExprFoldCast.llx')
| -rw-r--r-- | llvm/test/Regression/Assembler/ConstantExprFoldCast.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx b/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx index 34e5654b858..3dc6aacb274 100644 --- a/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx +++ b/llvm/test/Regression/Assembler/ConstantExprFoldCast.llx @@ -1,6 +1,6 @@ ; This test checks to make sure that constant exprs fold in some simple situations -; RUN: as < %s | dis | grep-not cast +; RUN: as < %s | dis | not grep cast %A = global int* cast (sbyte* null to int*) ; Cast null -> fold %B = global int** cast (int** %A to int**) ; Cast to same type -> fold |

