diff options
| author | Amara Emerson <aemerson@apple.com> | 2018-02-02 02:14:42 +0000 |
|---|---|---|
| committer | Amara Emerson <aemerson@apple.com> | 2018-02-02 02:14:42 +0000 |
| commit | 572f6cecf1c835c71f8df0c2e7fbe44b0f11953a (patch) | |
| tree | 33c152448a9dbeb9c439c309371d98b4985cddd2 /llvm/test/CodeGen/AArch64 | |
| parent | 711091c3c83e3d657194c5d03742a6dd85720323 (diff) | |
| download | bcm5719-llvm-572f6cecf1c835c71f8df0c2e7fbe44b0f11953a.tar.gz bcm5719-llvm-572f6cecf1c835c71f8df0c2e7fbe44b0f11953a.zip | |
[AArch64][GlobalISel] Fix old use of % sigil in test.
My rebase had missed the new $ sigil we're using.
llvm-svn: 324051
Diffstat (limited to 'llvm/test/CodeGen/AArch64')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir b/llvm/test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir index 4389dced521..131b96c1749 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir +++ b/llvm/test/CodeGen/AArch64/GlobalISel/select-implicit-def.mir @@ -39,8 +39,8 @@ body: | ; CHECK-LABEL: name: implicit_def_copy ; CHECK: [[DEF:%[0-9]+]]:gpr32 = IMPLICIT_DEF ; CHECK: [[COPY:%[0-9]+]]:gpr32all = COPY [[DEF]] - ; CHECK: %w0 = COPY [[COPY]] + ; CHECK: $w0 = COPY [[COPY]] %0(s32) = G_IMPLICIT_DEF %1(s32) = COPY %0(s32) - %w0 = COPY %1(s32) + $w0 = COPY %1(s32) ... |

