aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/MRegisterInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
committerChris Lattner <sabre@nondot.org>2006-02-22 16:23:43 +0000
commit410354fe0c052141dadeca939395743f8dd58e38 (patch)
tree93f7cc80943a94623335b126b87998cebbe0e00b /include/llvm/Target/MRegisterInfo.h
parenta2a51607a6601d42c5f559858f77ef1cad86efe1 (diff)
downloadexternal_llvm-410354fe0c052141dadeca939395743f8dd58e38.zip
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.gz
external_llvm-410354fe0c052141dadeca939395743f8dd58e38.tar.bz2
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Patch by Martin Partel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/MRegisterInfo.h')
-rw-r--r--include/llvm/Target/MRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/MRegisterInfo.h b/include/llvm/Target/MRegisterInfo.h
index 2f6d130..a7ce2dc 100644
--- a/include/llvm/Target/MRegisterInfo.h
+++ b/include/llvm/Target/MRegisterInfo.h
@@ -169,7 +169,7 @@ public:
/// namespace. This must be the same for all targets, which means that each
/// target is limited to 1024 registers.
///
- FirstVirtualRegister = 1024,
+ FirstVirtualRegister = 1024
};
/// isPhysicalRegister - Return true if the specified register number is in