forked from OSchip/llvm-project
parent
2e5b07f41d
commit
6cc9a08734
|
@ -28,7 +28,8 @@ static bool isIdentChar(char C) {
|
|||
C == '_';
|
||||
}
|
||||
|
||||
namespace {
|
||||
// This should be an anon namespace, this works around a GCC warning.
|
||||
namespace llvm {
|
||||
struct AsmWriterOperand {
|
||||
enum { isLiteralTextOperand, isMachineInstrOperand } OperandType;
|
||||
|
||||
|
|
Loading…
Reference in New Issue