diff options
Diffstat (limited to 'test/CodeGen/XCore/licm-ldwcp.ll')
-rw-r--r-- | test/CodeGen/XCore/licm-ldwcp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/licm-ldwcp.ll b/test/CodeGen/XCore/licm-ldwcp.ll index 794c6bb..f98c0eb 100644 --- a/test/CodeGen/XCore/licm-ldwcp.ll +++ b/test/CodeGen/XCore/licm-ldwcp.ll @@ -2,7 +2,7 @@ ; MachineLICM should hoist the LDWCP out of the loop. -; CHECK: f: +; CHECK-LABEL: f: ; CHECK-NEXT: ldw [[REG:r[0-9]+]], cp[.LCPI0_0] ; CHECK-NEXT: .LBB0_1: ; CHECK-NEXT: stw [[REG]], r0[0] |