summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-01-28 10:09:52 +0000
committerCraig Topper <craig.topper@gmail.com>2015-01-28 10:09:52 +0000
commit6772eac490643c8905697e3846a8bb587767b24f (patch)
tree3dff89f9a384c04718345a5684a709ae0036cd32 /llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
parent16b670ec2027af8699dd182e95d33076914d00eb (diff)
downloadbcm5719-llvm-6772eac490643c8905697e3846a8bb587767b24f.tar.gz
bcm5719-llvm-6772eac490643c8905697e3846a8bb587767b24f.zip
[X86] Merge printSSECC and printAVXCC. They only differed by an assertion.
llvm-svn: 227301
Diffstat (limited to 'llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h')
-rw-r--r--llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
index 501877d7e52..1d4ef39abe7 100644
--- a/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
+++ b/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
@@ -45,8 +45,7 @@ public:
void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS);
- void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &OS);
- void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS);
+ void printSSEAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS);
void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
OpenPOWER on IntegriCloud