summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/ConstProp/overflow-ops.ll3
1 files changed, 2 insertions, 1 deletions
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}