commit | 5b1d0dc6bf0618690057bea749830036f70b0491 | [log] [tgz] |
---|---|---|
author | Luís Marques <luismarques@lowrisc.org> | Mon Dec 23 15:32:52 2019 +0000 |
committer | Luís Marques <luismarques@lowrisc.org> | Mon Dec 23 15:39:04 2019 +0000 |
tree | 6c99f65d7b61110f4de530b1e551de39f2ef6b47 | |
parent | 79b3325be0b016fdc1a2c55bce65ec9f1e5f4eb6 [diff] [blame] |
[RISCV][NFC] Fix use of missing attribute groups in tests
diff --git a/llvm/test/CodeGen/RISCV/frame-info.ll b/llvm/test/CodeGen/RISCV/frame-info.ll index 4908dec..0b1c1bd 100644 --- a/llvm/test/CodeGen/RISCV/frame-info.ll +++ b/llvm/test/CodeGen/RISCV/frame-info.ll
@@ -143,7 +143,7 @@ ; RV64-WITHFP-NEXT: ret entry: %0 = alloca i8, i32 %size, align 16 - call void @callee_with_args(i8* nonnull %0) #2 + call void @callee_with_args(i8* nonnull %0) ret void }