projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44213c9
)
I don't know how this ever compiled with gcc, but VC++ correctly rejects it.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 12 Jul 2005 02:59:38 +0000
(
02:59
+0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 12 Jul 2005 02:59:38 +0000
(
02:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22394
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetSubtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetSubtarget.cpp
b/lib/Target/TargetSubtarget.cpp
index ebb1308475211d6264785c5c1294a1a4e970fa1b..6fe92732137f47629cf0605bca4dc85082949f61 100644
(file)
--- a/
lib/Target/TargetSubtarget.cpp
+++ b/
lib/Target/TargetSubtarget.cpp
@@
-17,6
+17,6
@@
using namespace llvm;
//---------------------------------------------------------------------------
// TargetSubtarget Class
//
-TargetSubtarget::TargetSubtarget(
const Module &M
) {}
+TargetSubtarget::TargetSubtarget() {}
TargetSubtarget::~TargetSubtarget() {}