diff test/CodeGen/Thumb/2010-07-01-FuncAlign.ll @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents 95c75e76d11b
children
line wrap: on
line diff
--- a/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll	Tue Oct 13 17:49:56 2015 +0900
+++ b/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll	Tue Jan 26 22:53:40 2016 +0900
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
 ; Radar 8143571: Function alignments were off by a power of two.
-; CHECK: .align 1
+; CHECK: .p2align 1
 define void @test() {
   ret void
 }