summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-03-23 23:58:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-03-23 23:58:31 +0000
commit36a0f226b18355ee59c1948c784d88cb148776f4 (patch)
tree41c58ec6d59f05fd8233de71c5f36899accd17c0 /llvm/unittests/CodeGen
parentb48ba4e6bc33028d7c2167d9fd4bf5c9fb8a83c9 (diff)
downloadbcm5719-llvm-36a0f226b18355ee59c1948c784d88cb148776f4.tar.gz
bcm5719-llvm-36a0f226b18355ee59c1948c784d88cb148776f4.zip
Fix layering by moving ValueTypes.h from CodeGen to IR
ValueTypes.h is implemented in IR already. llvm-svn: 328397
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r--llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp b/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
index 20b3fb1b9f4..2c39baacde8 100644
--- a/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
+++ b/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/ValueTypes.h"
#include "llvm/Support/MachineValueType.h"
#include "gtest/gtest.h"
OpenPOWER on IntegriCloud