From 3e8e4fd40c9d5b3afad2d4c7c1d5d4374b752651 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 11 Jan 2010 17:24:27 +0000 Subject: [PATCH] Generalize this check to avoid depending on a specific register assignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93157 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2009-11-16-MachineLICM.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2009-11-16-MachineLICM.ll b/test/CodeGen/X86/2009-11-16-MachineLICM.ll index a7c202076da..8f274df918d 100644 --- a/test/CodeGen/X86/2009-11-16-MachineLICM.ll +++ b/test/CodeGen/X86/2009-11-16-MachineLICM.ll @@ -10,7 +10,7 @@ entry: br i1 %0, label %bb.nph, label %return bb.nph: ; preds = %entry -; CHECK: movq _g@GOTPCREL(%rip), %rcx +; CHECK: movq _g@GOTPCREL(%rip), [[REG:%[a-z]+]] %tmp = zext i32 %n to i64 ; [#uses=1] br label %bb