From 28c2d9809dbdd0f5b1c11226d9327214136edfe5 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 4 Aug 2009 22:22:58 +0000 Subject: [PATCH] Fix test. llvm-svn: 78113 --- llvm/test/CodeGen/Thumb2/thumb2-ldm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ldm.ll b/llvm/test/CodeGen/Thumb2/thumb2-ldm.ll index c90722ccfd68..c3e3bf6b3b59 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ldm.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ldm.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s +; RUN: llvm-as < %s | llc -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s @X = external global [0 x i32] ; <[0 x i32]*> [#uses=5]