diff options
Diffstat (limited to 'test/CodeGen/XCore/constants.ll')
-rw-r--r-- | test/CodeGen/XCore/constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/constants.ll b/test/CodeGen/XCore/constants.ll index cad1a21..10cf9a7 100644 --- a/test/CodeGen/XCore/constants.ll +++ b/test/CodeGen/XCore/constants.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=xcore -mcpu=xs1b-generic | FileCheck %s -; CHECK: .section .cp.rodata.cst4,"aMc",@progbits,4 +; CHECK: .section ".cp.rodata.cst4","aMc",@progbits,4 ; CHECK: .LCPI0_0: ; CHECK: .long 12345678 ; CHECK: f: |