[llvm] r191891 - [arm] Enhance the test case by checking .fpu directive.

Logan Chien tzuhsiang.chien at gmail.com
Thu Oct 3 05:18:56 PDT 2013


Author: logan
Date: Thu Oct  3 07:18:56 2013
New Revision: 191891

URL: http://llvm.org/viewvc/llvm-project?rev=191891&view=rev
Log:
[arm] Enhance the test case by checking .fpu directive.

Modified:
    llvm/trunk/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll

Modified: llvm/trunk/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll?rev=191891&r1=191890&r2=191891&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll Thu Oct  3 07:18:56 2013
@@ -27,6 +27,7 @@
 
 ; V8-NEON:      .syntax unified
 ; V8-NEON: .eabi_attribute 6, 14
+; V8-NEON: .fpu neon
 ; V8-NEON: .eabi_attribute 12, 3
 
 ; V8-FPARMv8-NEON:      .syntax unified





More information about the llvm-commits mailing list