diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll b/llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll index eb14cf2aa76..9d1a30290ac 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-fpconv.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple powerpc64-unknown-linux-gnu -fast-isel -O0 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple powerpc64-unknown-linux-gnu -fast-isel -O0 < %s | FileCheck %s ; The second fctiwz would use an incorrect input register due to wrong handling ; of COPY_TO_REGCLASS in the FastISel pass. Verify that this is fixed. |