Commit 908ef45
committed
[Utils] Fix a warning
This patch fixes:
llvm/lib/Transforms/Utils/SplitModuleByCategory.cpp:321:14: error:
moving a temporary object prevents copy elision
[-Werror,-Wpessimizing-move]1 parent be8ef3d commit 908ef45
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
0 commit comments