From 0b7b6a08567bc9338b84011fdaca9218b313c371 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 14 Sep 2011 17:22:51 +0000 Subject: Add comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139699 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsSubtarget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target') diff --git a/lib/Target/Mips/MipsSubtarget.h b/lib/Target/Mips/MipsSubtarget.h index 3193369d39..77bd31c78d 100644 --- a/lib/Target/Mips/MipsSubtarget.h +++ b/lib/Target/Mips/MipsSubtarget.h @@ -27,6 +27,7 @@ class StringRef; class MipsSubtarget : public MipsGenSubtargetInfo { public: + // NOTE: O64 will not be supported. enum MipsABIEnum { O32, N32, N64, EABI }; -- cgit v1.2.3