diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/hello.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/hello.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/hello.ll b/llvm/test/CodeGen/ARM/hello.ll index 08e6104bbcf..b03a60ab60c 100644 --- a/llvm/test/CodeGen/ARM/hello.ll +++ b/llvm/test/CodeGen/ARM/hello.ll @@ -16,9 +16,11 @@ define i32 @main() { declare i32 @puts(i8*) +; CHECK-LABEL: main ; CHECK: mov ; CHECK-NOT: mov +; CHECK-FP-ELIM-LABEL: main ; CHECK-FP-ELIM: mov ; CHECK-FP-ELIM: mov ; CHECK-FP-ELIM-NOT: mov |

