diff options
Diffstat (limited to 'test/CodeGen/R600/wrong-transalu-pos-fix.ll')
-rw-r--r-- | test/CodeGen/R600/wrong-transalu-pos-fix.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/wrong-transalu-pos-fix.ll b/test/CodeGen/R600/wrong-transalu-pos-fix.ll index b1cbe3ffbc4..d652d2d901e 100644 --- a/test/CodeGen/R600/wrong-transalu-pos-fix.ll +++ b/test/CodeGen/R600/wrong-transalu-pos-fix.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s ; We want all MULLO_INT inst to be last in their instruction group -;CHECK: @fill3d +;CHECK: {{^}}fill3d: ;CHECK-NOT: MULLO_INT T[0-9]+ ; ModuleID = 'radeon' |