Skip to content

Commit 760f7c4

Browse files
blah
1 parent 503ebad commit 760f7c4

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/CodeGen/PBQP

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/PBQP/Math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Vector {
9797

9898
private:
9999
unsigned Length;
100-
std::unique_ptr<PBQPNum []> Data;
100+
std::unique_ptr<PBQPNum []> Data;// Use OwningArrayRef
101101
};
102102

103103
/// Return a hash_value for the given vector.

0 commit comments

Comments
 (0)