Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / hello.ll
index 23935b96efd753010ea9c8a08c88ef635bcd1923..ccdc7bf4c1408e20a13dbb48f7a1ead427f603e7 100644 (file)
@@ -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"