summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2008-02-26-inline-asm-bug.c
blob: a6816f5de8ff462e983c164c4606e120269de449 (plain)
1
2
3
4
5
6
// RUN: clang-cc -emit-llvm < %s | grep "\$0,\$1"

void f() {
  int d1, d2;
  asm("%0,%1": "=r" (d1) : "r" (d2));
}
OpenPOWER on IntegriCloud