From e09e95b35c1367ead8e0af22f6f97b7854651ff3 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Sat, 21 Nov 2009 23:34:09 +0000 Subject: Revert 89562. We're being sneakier than I was giving us credit for, and this isn't necessary. llvm-svn: 89568 --- llvm/test/CodeGen/ARM/hello.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/hello.ll') diff --git a/llvm/test/CodeGen/ARM/hello.ll b/llvm/test/CodeGen/ARM/hello.ll index 23935b96efd..ccdc7bf4c14 100644 --- a/llvm/test/CodeGen/ARM/hello.ll +++ b/llvm/test/CodeGen/ARM/hello.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep mov | count 1 ; RUN: llc < %s -mtriple=arm-linux-gnu --disable-fp-elim | \ ; RUN: grep mov | count 3 -; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 3 +; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 2 @str = internal constant [12 x i8] c"Hello World\00" -- cgit v1.2.3