summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/VirtRegMap.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-21 22:36:52 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-21 22:36:52 +0000
commit835702a094b0900a0b550f36a26df8ef7a15d3c7 (patch)
treeec199ff2deeddad48d7bd9642048c39890a132b2 /llvm/lib/CodeGen/VirtRegMap.h
parentb47d28bfe8ee904b83138e23760b59681b42c01b (diff)
downloadbcm5719-llvm-835702a094b0900a0b550f36a26df8ef7a15d3c7.tar.gz
bcm5719-llvm-835702a094b0900a0b550f36a26df8ef7a15d3c7.zip
Remove trailing whitespace
llvm-svn: 21420
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.h')
-rw-r--r--llvm/lib/CodeGen/VirtRegMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/VirtRegMap.h b/llvm/lib/CodeGen/VirtRegMap.h
index abdf85db0eb..d8c371c6dd0 100644
--- a/llvm/lib/CodeGen/VirtRegMap.h
+++ b/llvm/lib/CodeGen/VirtRegMap.h
@@ -48,7 +48,7 @@ namespace llvm {
/// instructions, we need to know which virtual register was
/// read/written by this instruction.
MI2VirtMapTy MI2VirtMap;
-
+
VirtRegMap(const VirtRegMap&); // DO NOT IMPLEMENT
void operator=(const VirtRegMap&); // DO NOT IMPLEMENT
OpenPOWER on IntegriCloud