forked from OSchip/llvm-project
parent
e665077f9a
commit
d0113e4be3
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include "clang/AST/Builtins.h"
|
||||
|
||||
namespace clang {
|
||||
|
||||
/// X86 builtins
|
||||
namespace X86 {
|
||||
enum {
|
||||
|
@ -34,6 +32,4 @@ namespace PPC {
|
|||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue