diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-30 19:46:28 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-30 19:46:28 +0000 |
| commit | 526fbf8e33e6888f1efaf48c826fb12da0354e09 (patch) | |
| tree | 22f02c4b582643248c13a5009171c2a81a797456 | |
| parent | 74096f725805a8c281f9a4da87af348f8fa348f0 (diff) | |
| download | bcm5719-llvm-526fbf8e33e6888f1efaf48c826fb12da0354e09.tar.gz bcm5719-llvm-526fbf8e33e6888f1efaf48c826fb12da0354e09.zip | |
[Hexagon] Fix testcase
llvm-svn: 328899
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/packetize-update-offset.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/packetize-update-offset.mir b/llvm/test/CodeGen/Hexagon/packetize-update-offset.mir index 9a142d0ff41..7b3dff93d8d 100644 --- a/llvm/test/CodeGen/Hexagon/packetize-update-offset.mir +++ b/llvm/test/CodeGen/Hexagon/packetize-update-offset.mir @@ -5,7 +5,7 @@ # but then the offset would become invalid for that instruction (it has to # be a multiple of 4). -# CHECK: S4_storeiri_io killed renamable $r0, 0, 0 +# CHECK: S4_storeiri_io killed $r0, 0, 0 --- | define void @fred() { |

