We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deb86d commit 9e1784dCopy full SHA for 9e1784d
llvm/utils/TableGen/InstrInfoEmitter.cpp
@@ -15,6 +15,7 @@
15
#include "InstrInfoEmitter.h"
16
#include "CodeGenTarget.h"
17
#include "Record.h"
18
+#include <algorithm>
19
using namespace llvm;
20
21
// runEnums - Print out enum values for all of the instructions.
0 commit comments