[llvm] [SandboxIR][NFC] Move sandboxir::Use into a separate file (PR #99074)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 12:13:19 PDT 2024
================
@@ -0,0 +1,51 @@
+#ifndef LLVM_TRANSFORMS_SANDBOXIR_USE_H
+#define LLVM_TRANSFORMS_SANDBOXIR_USE_H
----------------
tschuett wrote:
This is not in the `transforms` directory. Maybe there was a version in transforms. The include guard looks odd.
https://github.com/llvm/llvm-project/pull/99074
More information about the llvm-commits
mailing list