[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
[oota-llvm.git] / test / Assembler / unnamed-addr.ll
index 3c94ca213081f5d1c189ee32a09fa63d5bd52a21..304e54409cd0c35556aeaf4c2c21e9a1f0b4f464 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; RUN: verify-uselistorder %s
 
 %struct.foobar = type { i32 }
 
@@ -15,4 +16,6 @@ declare i32 @zed(%struct.foobar*, %struct.foobar*)
 
 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4
 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
-; CHECK: define i32 @main() unnamed_addr nounwind ssp {
+; CHECK: define i32 @main() unnamed_addr #0 {
+
+; CHECK: attributes #0 = { nounwind ssp }