[llvm-commits] [llvm] r133634 - /llvm/trunk/test/CodeGen/ARM/constants.ll
Nick Lewycky
nicholas at mxc.ca
Wed Jun 22 12:42:14 PDT 2011
Author: nicholas
Date: Wed Jun 22 14:42:14 2011
New Revision: 133634
URL: http://llvm.org/viewvc/llvm-project?rev=133634&view=rev
Log:
Needs a triple.
Modified:
llvm/trunk/test/CodeGen/ARM/constants.ll
Modified: llvm/trunk/test/CodeGen/ARM/constants.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/constants.ll?rev=133634&r1=133633&r2=133634&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/constants.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/constants.ll Wed Jun 22 14:42:14 2011
@@ -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
More information about the llvm-commits
mailing list