diff options
Diffstat (limited to 'test/CodeGen/Hexagon/pic-static.ll')
-rw-r--r-- | test/CodeGen/Hexagon/pic-static.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Hexagon/pic-static.ll b/test/CodeGen/Hexagon/pic-static.ll index 66d7734f2cf2..95da5f060d72 100644 --- a/test/CodeGen/Hexagon/pic-static.ll +++ b/test/CodeGen/Hexagon/pic-static.ll @@ -1,8 +1,8 @@ ; RUN: llc -mtriple=hexagon-- -mcpu=hexagonv5 -relocation-model=pic < %s | FileCheck %s -; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}}, ##_GLOBAL_OFFSET_TABLE_@PCREL) -; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}}, ##x@PCREL) -; CHECK: r{{[0-9]+}} = memw(r{{[0-9]+}}{{.*}}+{{.*}}##bar@GOT) +; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}},##_GLOBAL_OFFSET_TABLE_@PCREL) +; CHECK-DAG: r{{[0-9]+}} = add({{pc|PC}},##x@PCREL) +; CHECK: r{{[0-9]+}} = memw(r{{[0-9]+}}+##bar@GOT) @x = internal global i32 9, align 4 @bar = external global i32* |