[llvm] r198118 - Revert part of r198115 to see if it fixes a buildbot failure.

Craig Topper craig.topper at gmail.com
Sat Dec 28 10:44:58 PST 2013


Author: ctopper
Date: Sat Dec 28 12:44:58 2013
New Revision: 198118

URL: http://llvm.org/viewvc/llvm-project?rev=198118&view=rev
Log:
Revert part of r198115 to see if it fixes a buildbot failure.

Modified:
    llvm/trunk/include/llvm/CodeGen/ValueTypes.h

Modified: llvm/trunk/include/llvm/CodeGen/ValueTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ValueTypes.h?rev=198118&r1=198117&r2=198118&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ValueTypes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ValueTypes.h Sat Dec 28 12:44:58 2013
@@ -892,7 +892,7 @@ namespace llvm {
     bool isExtended1024BitVector() const LLVM_READONLY;
     EVT getExtendedVectorElementType() const;
     unsigned getExtendedVectorNumElements() const LLVM_READONLY;
-    unsigned getExtendedSizeInBits() const LLVM_READONLY;
+    unsigned getExtendedSizeInBits() const;
   };
 
 } // End llvm namespace





More information about the llvm-commits mailing list