Use statement expressions in Neon intrinsics defined as macros.
[oota-llvm.git] / include / llvm / DerivedTypes.h
index 4bc1a7a904c62fbf3d98e3c5ec0e2b4a9edf573f..56d1e3e237d6e2ac09ac6d3ae27d4de746038d18 100644 (file)
@@ -9,7 +9,7 @@
 //
 // This file contains the declarations of classes that represent "derived
 // types".  These are things like "arrays of x" or "structure of x, y, z" or
-// "method returning x taking (y,z) as parameters", etc...
+// "function returning x taking (y,z) as parameters", etc...
 //
 // The implementations of these classes live in the Type.cpp file.
 //
@@ -19,7 +19,7 @@
 #define LLVM_DERIVED_TYPES_H
 
 #include "llvm/Type.h"
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {