Skip to content

Commit

Permalink
[NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves a…
Browse files Browse the repository at this point in the history
…ll analyses.

Reviewers: tra

Subscribers: jholewinski, llvm-commits

Differential Revision: http://reviews.llvm.org/D20585

llvm-svn: 270790
  • Loading branch information
Justin Lebar committed May 25, 2016
1 parent b649e75 commit fea8a8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/NVPTX/NVVMReflect.cpp
Expand Up @@ -62,9 +62,6 @@ class NVVMReflect : public FunctionPass {
setVarMap();
}

void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.setPreservesAll();
}
bool runOnFunction(Function &) override;

private:
Expand Down

0 comments on commit fea8a8d

Please sign in to comment.