summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2010-11-16-asmblock.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-15 20:58:16 +0000
committerEric Christopher <echristo@apple.com>2011-07-15 20:58:16 +0000
commit32500bc68b75b883b3869c6fd08bab78d6788f6c (patch)
tree11cb2fd26742e9bfdffb6f7e7e65ab90620deced /llvm/test/FrontendC/2010-11-16-asmblock.c
parentabb236fe9bf0bad12e9709fc752e94c21cce4565 (diff)
downloadbcm5719-llvm-32500bc68b75b883b3869c6fd08bab78d6788f6c.tar.gz
bcm5719-llvm-32500bc68b75b883b3869c6fd08bab78d6788f6c.zip
Update these tests, no longer outputting names for the variables.
llvm-svn: 135298
Diffstat (limited to 'llvm/test/FrontendC/2010-11-16-asmblock.c')
-rw-r--r--llvm/test/FrontendC/2010-11-16-asmblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2010-11-16-asmblock.c b/llvm/test/FrontendC/2010-11-16-asmblock.c
index c2642235cfc..535c7654c25 100644
--- a/llvm/test/FrontendC/2010-11-16-asmblock.c
+++ b/llvm/test/FrontendC/2010-11-16-asmblock.c
@@ -5,8 +5,8 @@
void foo()
{
-// CHECK: %0 = call i32 asm sideeffect "", "={ecx}"() nounwind
-// CHECK: %asmtmp = call i32 asm sideeffect alignstack "sall $$3, $0", "={ecx},{ecx},~{dirflag},~{fpsr},~{flags},~{memory}"(i32 %0) nounwind
+// CHECK: %0 = call i32 asm sideeffect "", "={ecx}"() nounwind
+// CHECK: %1 = call i32 asm sideeffect alignstack "sall $$3, $0", "={ecx},{ecx},~{dirflag},~{fpsr},~{flags},~{memory}"(i32 %0) nounwind
// CHECK: store i32 %asmtmp, i32* %"%ecx"
__asm {
sal ecx, 3;
OpenPOWER on IntegriCloud