summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-07-19 00:28:24 +0000
committerDevang Patel <dpatel@apple.com>2011-07-19 00:28:24 +0000
commit497a397f3e4edeb102bb2e2509a3795feafaf742 (patch)
treed899a03c7d69f007fb2172fc9e6b92851ca15a68 /include
parent343c3a5005fd354aa84e7dbebd663f4fd5011a82 (diff)
downloadllvm-497a397f3e4edeb102bb2e2509a3795feafaf742.tar.gz
llvm-497a397f3e4edeb102bb2e2509a3795feafaf742.tar.bz2
llvm-497a397f3e4edeb102bb2e2509a3795feafaf742.tar.xz
Revert r135423.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/FastISel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 14960a3808..962a4e2635 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -118,10 +118,6 @@ public:
DebugLoc DL;
};
- /// recomputeDebugLocForMaterializedRegs - Recompute debug location for
- /// very first instruction in a basic block.
- void recomputeDebugLocForMaterializedRegs();
-
/// enterLocalValueArea - Prepare InsertPt to begin inserting instructions
/// into the local value area and return the old insert position.
SavePoint enterLocalValueArea();