aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-14 17:25:37 +0000
committerDan Gohman <gohman@apple.com>2010-07-14 17:25:37 +0000
commit2dd50e656f048d222aaaa57168688326fa52421b (patch)
tree1d613b7b7658bc18d90d63a54d923fd6a9616052 /include/llvm/CodeGen/FastISel.h
parent7a52e65ca6233811ef8d7ab4c4eb46ae4feabfc5 (diff)
downloadexternal_llvm-2dd50e656f048d222aaaa57168688326fa52421b.zip
external_llvm-2dd50e656f048d222aaaa57168688326fa52421b.tar.gz
external_llvm-2dd50e656f048d222aaaa57168688326fa52421b.tar.bz2
Delete fast-isel's trivial load optimization; it breaks debugging because
it can look past points where a debugger might modify user variables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 7c57648..79b1554 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -307,8 +307,6 @@ protected:
}
private:
- bool SelectLoad(const User *I);
-
bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
bool SelectFNeg(const User *I);