Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
[oota-llvm.git] / include / llvm / Use.h
index 7d6bf5027bcd91bbd45b07675e13f5de912677ff..a2774c802ff743b168e158ea647fb6f07bdd85e3 100644 (file)
@@ -98,7 +98,7 @@ private:
   
   Value *Val;
   Use *Next;
-       PointerIntPair<Use**, 2, PrevPtrTag> Prev;
+  PointerIntPair<Use**, 2, PrevPtrTag> Prev;
 
   void setPrev(Use **NewPrev) {
     Prev.setPointer(NewPrev);