diff options
Diffstat (limited to 'test/CodeGen/AArch64/nzcv-save.ll')
-rw-r--r-- | test/CodeGen/AArch64/nzcv-save.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/nzcv-save.ll b/test/CodeGen/AArch64/nzcv-save.ll index 32baff3..f8f42ec 100644 --- a/test/CodeGen/AArch64/nzcv-save.ll +++ b/test/CodeGen/AArch64/nzcv-save.ll @@ -7,8 +7,8 @@ ; must be saved for later. define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp { entry: - %c = load i256* %cc - %d = load i256* %dd + %c = load i256, i256* %cc + %d = load i256, i256* %dd %add = add nsw i256 %c, %d store i256 %add, i256* %a, align 8 %or = or i256 %c, 1606938044258990275541962092341162602522202993782792835301376 |