diff options
Diffstat (limited to 'test/CodeGen/ARM/hello.ll')
-rw-r--r-- | test/CodeGen/ARM/hello.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/hello.ll b/test/CodeGen/ARM/hello.ll index 08e6104bbcf63..b03a60ab60c94 100644 --- a/test/CodeGen/ARM/hello.ll +++ b/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 |