OSDN Git Service

[PBQP] Clarify ambiguous-looking typedef.
authorLang Hames <lhames@gmail.com>
Mon, 27 Oct 2014 17:52:05 +0000 (17:52 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 27 Oct 2014 17:52:05 +0000 (17:52 +0000)
This was causing an error on the hexagon bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220689 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegAllocPBQP.h

index 635fa9d..9a5bd9f 100644 (file)
@@ -175,7 +175,7 @@ private:
 /// \brief Holds solver state and other metadata relevant to each PBQP RA node.
 class NodeMetadata {
 public:
-  typedef AllowedRegVector AllowedRegVector;
+  typedef RegAlloc::AllowedRegVector AllowedRegVector;
 
   typedef enum { Unprocessed,
                  OptimallyReducible,