diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2012-01-04 01:55:04 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2012-01-04 01:55:04 +0000 |
| commit | afad0fe59a791cb4fd87fbd7ea2b1aba8d67a7af (patch) | |
| tree | 5e337a36427067519c31c70007b8cbf3246d5f16 /test/CodeGen/ARM/hello.ll | |
| parent | 56f582d664c54bf4567ec37d0bd16b6d4ea6a6eb (diff) | |
Fix more places which should be checking for iOS, not darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/hello.ll')
| -rw-r--r-- | test/CodeGen/ARM/hello.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/hello.ll b/test/CodeGen/ARM/hello.ll index 9f46ae078d..893b4266ac 100644 --- a/test/CodeGen/ARM/hello.ll +++ b/test/CodeGen/ARM/hello.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -mtriple=armv6-linux-gnueabi | grep mov | count 1 ; RUN: llc < %s -mtriple=armv6-linux-gnu --disable-fp-elim | \ ; RUN: grep mov | count 2 -; RUN: llc < %s -mtriple=armv6-apple-darwin | grep mov | count 2 +; RUN: llc < %s -mtriple=armv6-apple-ios | grep mov | count 2 @str = internal constant [12 x i8] c"Hello World\00" |
