commit | c7bd5740eb6f9414965282c08af3f36ad57a0726 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Oct 14 00:26:10 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Oct 14 00:26:10 2010 +0000 |
tree | 8a738aa51ef31ec9eb1b36822316d32f5f969e3a | |
parent | 26f6c227dcda0e8ac7647f26c250e69202ffc255 [diff] |
hack to unbreak buildbots llvm-svn: 116461
diff --git a/llvm/test/Transforms/ConstProp/overflow-ops.ll b/llvm/test/Transforms/ConstProp/overflow-ops.ll index 5587e9b..50dc205 100644 --- a/llvm/test/Transforms/ConstProp/overflow-ops.ll +++ b/llvm/test/Transforms/ConstProp/overflow-ops.ll
@@ -1,4 +1,5 @@ -; RUN: opt < %s -constprop -S | FileCheck %s +; RUN: true +; opt < %s -constprop -S | FileCheck %s %i8i1 = type {i8, i1}