[llvm-commits] [llvm] r118187 - /llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll

Evan Cheng evan.cheng at apple.com
Wed Nov 3 11:21:33 PDT 2010


Author: evancheng
Date: Wed Nov  3 13:21:33 2010
New Revision: 118187

URL: http://llvm.org/viewvc/llvm-project?rev=118187&view=rev
Log:
Fix test.

Modified:
    llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll

Modified: llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll?rev=118187&r1=118186&r2=118187&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll Wed Nov  3 13:21:33 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6,+vfp2 | FileCheck %s
 
 @quant_coef = external global [6 x [4 x [4 x i32]]]		; <[6 x [4 x [4 x i32]]]*> [#uses=1]
 @dequant_coef = external global [6 x [4 x [4 x i32]]]		; <[6 x [4 x [4 x i32]]]*> [#uses=1]





More information about the llvm-commits mailing list