summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-08-23 21:00:13 +0000
committerTom Stellard <[email protected]>2012-08-23 21:54:32 +0000
commit2ad8608cb3e6a8d2f375ad2295504167b082711f (patch)
tree6b84323bc2bd123483f556c749d5fa5b63f8242a /src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp
parent228a6641ccddaf24a993f827af1e97379785985a (diff)
radeon/llvm: Fix some coding style issues
Diffstat (limited to 'src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp')
-rw-r--r--src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp b/src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp
index 481e65bf7af..bc0b968bee0 100644
--- a/src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp
+++ b/src/gallium/drivers/radeon/MCTargetDesc/SIMCCodeEmitter.cpp
@@ -70,11 +70,6 @@ public:
~SIMCCodeEmitter() { }
- /// getBinaryCodeForInstr - Function generated by tablegen for encoding
- /// instructions based on the *.td files.
-// virtual uint64_t getBinaryCodeForInstr(const MCInst &MI,
-// SmallVectorImpl<MCFixup> &Fixups) const;
-
/// EncodeInstruction - Encode the instruction and write it to the OS.
virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
SmallVectorImpl<MCFixup> &Fixups) const;