summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/regalloc-reconcile-broken-hints.ll')
-rw-r--r--test/CodeGen/X86/regalloc-reconcile-broken-hints.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll b/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
index 016b0d13fc4ad..ba8ff1bc1819c 100644
--- a/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
+++ b/test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
@@ -37,7 +37,7 @@ declare noalias i32* @make_data()
; We use to produce a useless copy here and move %data in another temporary register.
; CHECK-NOT: movq [[ARG1]]
; End of the first basic block.
-; CHECK: .align
+; CHECK: .p2align
; Now check that %data is used in an address computation.
; CHECK: leaq ([[ARG1]]
define %struct._list* @make_list(i32* nocapture readonly %data, i32* nocapture %value, i32* nocapture %all) {