Index: tools/llvm-stress/llvm-stress.cpp =================================================================== --- tools/llvm-stress/llvm-stress.cpp +++ tools/llvm-stress/llvm-stress.cpp @@ -1,4 +1,4 @@ -//===-- llvm-stress.cpp - Generate random LL files to stress-test LLVM ----===// +//===-- llvm-stress.cpp - Generate random LL files to stress-test LLVM ----===// // // The LLVM Compiler Infrastructure // @@ -116,7 +116,7 @@ /// Make this like a C++11 random device typedef uint32_t result_type; - uint32_t operator()() { return Rand32(); } + uint32_t operator()() { return Rand(); } static constexpr result_type min() { return 0; } static constexpr result_type max() { return 0x7ffff; }