summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-09-07 20:01:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-09-07 20:01:10 +0000
commit5444b36e014d7d518b832a9e41153487d53b358a (patch)
tree6a16d56d4af366ab7e524aad984884d1829899da /llvm
parent29570bd695c61960852b0f0ccf5c2c37a5675ee2 (diff)
downloadbcm5719-llvm-5444b36e014d7d518b832a9e41153487d53b358a.tar.gz
bcm5719-llvm-5444b36e014d7d518b832a9e41153487d53b358a.zip
Remove a dead comment.
llvm-svn: 113259
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 879fa698019..965ddb2871e 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -599,7 +599,6 @@ let Uses = [EFLAGS] in {
}
def INT3 : I<0xcc, RawFrm, (outs), (ins), "int3",
[(int_x86_int (i8 3))]>;
-// FIXME: need to make sure that "int $3" matches int3
def INT : Ii8<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap",
[(int_x86_int imm:$trap)]>;
def IRET16 : I<0xcf, RawFrm, (outs), (ins), "iret{w}", []>, OpSize;
OpenPOWER on IntegriCloud