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