From 15ea094474924a8cd8507f8b990de0554de0151f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 14 Oct 2010 00:26:10 +0000 Subject: hack to unbreak buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116461 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/ConstProp/overflow-ops.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Transforms/ConstProp') diff --git a/test/Transforms/ConstProp/overflow-ops.ll b/test/Transforms/ConstProp/overflow-ops.ll index 5587e9b623..50dc20566d 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} -- cgit v1.2.3