From: Chris Lattner Date: Thu, 14 Oct 2010 00:26:10 +0000 (+0000) Subject: hack to unbreak buildbots X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15ea094474924a8cd8507f8b990de0554de0151f;p=oota-llvm.git hack to unbreak buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116461 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/ConstProp/overflow-ops.ll b/test/Transforms/ConstProp/overflow-ops.ll index 5587e9b6233..50dc20566de 100644 --- a/test/Transforms/ConstProp/overflow-ops.ll +++ b/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}