From cae50ec40d43334a7115609fc27475f56659d813 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 21 Mar 2017 16:59:40 +0000 Subject: [PATCH] [Hexagon] Add -march=hexagon to a testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298395 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Hexagon/early-if-phi-i1.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Hexagon/early-if-phi-i1.ll b/test/CodeGen/Hexagon/early-if-phi-i1.ll index 1649d51269e..f4af62d6b10 100644 --- a/test/CodeGen/Hexagon/early-if-phi-i1.ll +++ b/test/CodeGen/Hexagon/early-if-phi-i1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc -march=hexagon < %s ; REQUIRES: asserts ; Check that the early if-conversion does not predicate block1 (where the ; join block has a phi node of type i1). -- 2.40.0