aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h')
-rw-r--r--llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h b/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h
index ed34d0b..08861c2 100644
--- a/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h
+++ b/llvm/tools/llvm-gpu-loader/llvm-gpu-loader.h
@@ -41,9 +41,7 @@ struct start_args_t {
};
/// The arguments to the '_end' kernel.
-struct end_args_t {
- int argc;
-};
+struct end_args_t {};
/// Generic interface to load the \p image and launch execution of the _start
/// kernel on the target device. Copies \p argc and \p argv to the device.