commit | 237f15d91fbe7635a7aee493a410dc455a977106 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Tue May 24 01:02:49 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Tue May 24 01:02:49 2011 +0000 |
tree | e5bb62703d7a696e03265eb54173640ab8f04a20 | |
parent | 320ce564b3d132199ef742a4ff056f85294b0be0 [diff] [blame] |
FileCheck-ize a couple of IV unit tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131946 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/IndVarSimplify/iv-zext.ll b/test/Transforms/IndVarSimplify/iv-zext.ll index 80a77b6..00018ec 100644 --- a/test/Transforms/IndVarSimplify/iv-zext.ll +++ b/test/Transforms/IndVarSimplify/iv-zext.ll
@@ -1,6 +1,6 @@ -; RUN: opt < %s -indvars -S > %t -; RUN: not grep and %t -; RUN: not grep zext %t +; RUN: opt < %s -indvars -S | FileCheck %s +; CHECK-NOT: and +; CHECK-NOT: zext target datalayout = "-p:64:64:64-n:32:64"