From 1a8618cbbf12000d4947311b95bb8d5ea53ac7bf Mon Sep 17 00:00:00 2001 From: Charlie Turner Date: Thu, 29 Jan 2015 11:19:54 +0000 Subject: [PATCH] Add a missing Tag_DIV_use test for Cortex-M7. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227429 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/build-attributes.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/ARM/build-attributes.ll b/test/CodeGen/ARM/build-attributes.ll index 2e382308bf5..251d8f08278 100644 --- a/test/CodeGen/ARM/build-attributes.ll +++ b/test/CodeGen/ARM/build-attributes.ll @@ -835,6 +835,7 @@ ; CORTEX-M7-DOUBLE-NOT: .eabi_attribute 27 ; CORTEX-M7: .eabi_attribute 36, 1 ; CORTEX-M7: .eabi_attribute 38, 1 +; CORTEX-M7-NOT: .eabi_attribute 44 ; CORTEX-M7: .eabi_attribute 14, 0 ; CORTEX-M7-NOFPU-FAST-NOT: .eabi_attribute 19 -- 2.34.1