Commit 1b95e76
committed
[Instrumentation] Fix a warning
This patch fixes:
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3840:14:
error: unused variable 'NumArgOperands' [-Werror,-Wunused-variable]1 parent 95e44d3 commit 1b95e76
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3837 | 3837 | | |
3838 | 3838 | | |
3839 | 3839 | | |
3840 | | - | |
3841 | | - | |
| 3840 | + | |
3842 | 3841 | | |
3843 | 3842 | | |
3844 | 3843 | | |
| |||
0 commit comments