mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 04:36:08 +00:00

This test was using a condition that would compare a variable against the register that would hold it. It was failing with clang on arm64 because clang put the variable on the stack. This is not a supportable way to write tests. llvm-svn: 279345