summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-11-16 01:02:57 +0000
committerOwen Anderson <resistor@mac.com>2011-11-16 01:02:57 +0000
commit99aa14ff64c92eab347d23696e358361d3bd90ea (patch)
treed33ce9ba945c2fe1c104993f8f8f5972167c0ff3 /include
parent79f0bfcc20135844d260a20c359222cd90481f78 (diff)
downloadllvm-99aa14ff64c92eab347d23696e358361d3bd90ea.tar.gz
llvm-99aa14ff64c92eab347d23696e358361d3bd90ea.tar.bz2
llvm-99aa14ff64c92eab347d23696e358361d3bd90ea.tar.xz
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index cae0bcb165..7a7080f28f 100644
--- a/include/llvm/CodeGen/ValueTypes.h
+++ b/include/llvm/CodeGen/ValueTypes.h
@@ -83,7 +83,7 @@ namespace llvm {
isVoid = 35, // This has no value
- untyped = 36, // This value takes a register, but has
+ Untyped = 36, // This value takes a register, but has
// unspecified type. The register class
// will be determined by the opcode.