From 6d3a0e287bb29632907e77c6303742ee65bacf1f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 22 Jun 2011 19:42:14 +0000 Subject: [PATCH] Needs a triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133634 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/constants.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/constants.ll b/test/CodeGen/ARM/constants.ll index 60908957ae4..7b6c9d47860 100644 --- a/test/CodeGen/ARM/constants.ll +++ b/test/CodeGen/ARM/constants.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -disable-cgp-branch-opts | FileCheck %s +; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts | FileCheck %s define i32 @f1() { ; CHECK: f1 -- 2.34.1