From b73628b5abee86ef76e1ed8c7f9eaed85bea61a8 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Fri, 30 Dec 2005 00:12:56 +0000 Subject: Add support for generating v4i32 altivec code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25046 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenRegisters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen/CodeGenRegisters.h') diff --git a/utils/TableGen/CodeGenRegisters.h b/utils/TableGen/CodeGenRegisters.h index fbbec9a32a..8e9008c74a 100644 --- a/utils/TableGen/CodeGenRegisters.h +++ b/utils/TableGen/CodeGenRegisters.h @@ -41,7 +41,7 @@ namespace llvm { std::string MethodProtos, MethodBodies; const std::string &getName() const; - + const std::vector &getValueTypes() const { return VTs; } unsigned getNumValueTypes() const { return VTs.size(); } const MVT::ValueType getValueTypeNum(unsigned VTNum) const { -- cgit v1.2.3