diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-11-21 23:34:09 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-11-21 23:34:09 +0000 |
commit | e09e95b35c1367ead8e0af22f6f97b7854651ff3 (patch) | |
tree | 1845e390b93c8628b3e6611f7af7f1ad71751a82 /llvm/test/CodeGen/ARM/hello.ll | |
parent | 042483efb1758774def289755d57b52a9faeae12 (diff) | |
download | bcm5719-llvm-e09e95b35c1367ead8e0af22f6f97b7854651ff3.tar.gz bcm5719-llvm-e09e95b35c1367ead8e0af22f6f97b7854651ff3.zip |
Revert 89562. We're being sneakier than I was giving us credit for, and this
isn't necessary.
llvm-svn: 89568
Diffstat (limited to 'llvm/test/CodeGen/ARM/hello.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/hello.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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" |